mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-10-31 02:17:24 +00:00 
			
		
		
		
	fixing typo
This commit is contained in:
		
							parent
							
								
									2411b05715
								
							
						
					
					
						commit
						f332c8250e
					
				| @ -57,7 +57,7 @@ That's it! You've created a mnemonic phrase! | ||||
| 
 | ||||
| ### Translate into a Seed | ||||
| 
 | ||||
| There are some functions, such as `bip32_key_from_seed` (which we'll meet in the next section) that require you to have theseeddeed rather than the Mnemonic. The two things are functionally identical: if you have the seed, you can generate the mnemonic, and vice-versa. | ||||
| There are some functions, such as `bip32_key_from_seed` (which we'll meet in the next section) that require you to have the seed rather than the Mnemonic. The two things are functionally identical: if you have the seed, you can generate the mnemonic, and vice-versa. | ||||
| 
 | ||||
| If you need to generate the seed from your mnemonic, you just use the `bip39_mnemonic_to_seed` command: | ||||
| ``` | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user