Merge pull request #390 from icculp/patch-15

minor typo
This commit is contained in:
Shannon Appelcline 2021-08-04 16:05:38 -10:00 committed by GitHub
commit 9ca5d0eb70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ printf("Sending %4.8f BTC to %s\n",tx_amount,tx_recipient);
### Step 2: Set an Arbitrary Fee
This example just an arbitrary0.0005 BTC fee to ensure that the test transactions goes through quickly:
This example just an arbitrary 0.0005 BTC fee to ensure that the test transactions goes through quickly:
```
float tx_fee = 0.0005;
float tx_total = tx_amount + tx_fee;