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.
1 parent 5dc4f00 commit c3ce843Copy full SHA for c3ce843
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