Skip to content

Commit

Permalink
Fix typos in spendfrom README
Browse files Browse the repository at this point in the history
  • Loading branch information
ldenman committed Dec 16, 2013
1 parent 3743b80 commit 131c3db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/spendfrom/README.md
Expand Up @@ -15,7 +15,7 @@ With arguments, sends coins received by the `FROMADDRESS` addresses to the `TOAD

### Notes ###

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

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

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

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

0 comments on commit 131c3db

Please sign in to comment.