We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5dc4f00 + c3ce843 commit 9ca5d0eCopy full SHA for 9ca5d0e
1 file changed
16_2_Programming_Bitcoind_with_C.md
@@ -55,7 +55,7 @@ printf("Sending %4.8f BTC to %s\n",tx_amount,tx_recipient);
55
56
### Step 2: Set an Arbitrary Fee
57
58
-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:
59
```
60
float tx_fee = 0.0005;
61
float tx_total = tx_amount + tx_fee;
0 commit comments