Skip to content

Commit a549842

Browse files
committed
Merge pull request #3431
131c3db Fix typos in spendfrom README (Lake Denman)
2 parents 8f5fd94 + 131c3db commit a549842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/spendfrom/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ With arguments, sends coins received by the `FROMADDRESS` addresses to the `TOAD
1515

1616
### Notes ###
1717

18-
- You may explictly specify how much fee to pay (a fee more than 1% of the amount
18+
- You may explicitly specify how much fee to pay (a fee more than 1% of the amount
1919
will fail, though, to prevent bitcoin-losing accidents). Spendfrom may fail if
2020
it thinks the transaction would never be confirmed (if the amount being sent is
2121
too small, or if the transaction is too many bytes for the fee).
@@ -25,7 +25,7 @@ too small, or if the transaction is too many bytes for the fee).
2525

2626
- If `--datadir` is not specified, the default datadir is used.
2727

28-
- The `--dry_run` option will just create and sign the the transaction and print
28+
- The `--dry_run` option will just create and sign the transaction and print
2929
the transaction data (as hexadecimal), instead of broadcasting it.
3030

3131
- If the transaction is created and broadcast successfully, a transaction id

0 commit comments

Comments
 (0)