mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-11-04 04:17:43 +00:00 
			
		
		
		
	fixing an old typo
This commit is contained in:
		
							parent
							
								
									10a7c31bc4
								
							
						
					
					
						commit
						acc0d1f55e
					
				@ -357,7 +357,7 @@ To complete the transaction fee calculation, you subtract the .vout .amount (1.0
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
To do this, you'll need to install `bc`:
 | 
					To do this, you'll need to install `bc`:
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
$ sudo apt-get intall bc
 | 
					$ sudo apt-get install bc
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Putting it all together creates a complete calculator in just five lines of script:
 | 
					Putting it all together creates a complete calculator in just five lines of script:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user