Skip to content

Commit

Permalink
Unify wording for BLOCKCHAIN UPDATES commands. Help now reads
Browse files Browse the repository at this point in the history
BLOCKCHAIN UPDATES
   bci-pushtx                 Send tx to blockchain.info/pushtx.
   broadcast-tx               Send tx to bitcoin network.
   ob-broadcast-tx            Send tx to obelisk server.
   sendtx                     Send transaction to a single node.
  • Loading branch information
Thomas Hartman authored and veox committed Dec 30, 2013
1 parent 91bbe8e commit 27c980b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sx.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@

"ob-broadcast-tx": (
"BLOCKCHAIN UPDATES",
"Broadcast tx to obelisk server.",
"Send tx to obelisk server.",

"""\
Usage: sx ob-broadcast-tx FILENAME
Expand All @@ -227,7 +227,7 @@

"broadcast-tx": (
"BLOCKCHAIN UPDATES",
"Broadcast tx to network.",
"Send tx to bitcoin network.",

"""\
Usage: sx broadcast-tx FILENAME
Expand All @@ -239,8 +239,8 @@
),

"bci-pushtx": (
"BLOCKCHAIN UPDATES (blockchain.info)",
"Push tx to blockchain.info/pushtx.",
"BLOCKCHAIN UPDATES",
"Send tx to blockchain.info/pushtx.",

"""\
Usage: sx bci-push-tx FILENAME
Expand Down

0 comments on commit 27c980b

Please sign in to comment.