fixing an old typo

This commit is contained in:
Shannon Appelcline 2021-11-02 07:57:21 -10:00 committed by GitHub
parent 0b122e43cf
commit 519a8b23c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: