aboutsummaryrefslogtreecommitdiff
path: root/src/rpcrawtransaction.cpp
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2012-10-21 12:36:01 -0700
committerPieter Wuille <[email protected]>2012-10-21 12:36:01 -0700
commitef0ae25c2be04340cc34b0f1807cb75ca09fbd32 (patch)
tree0e1e735343dcac684129e7026fc3c6e80e2ab40a /src/rpcrawtransaction.cpp
parentMerge pull request #1941 from Diapolo/rem_initMsg_main (diff)
parentchange blockchain -> block chain (spelling) (diff)
downloaddiscoin-ef0ae25c2be04340cc34b0f1807cb75ca09fbd32.tar.xz
discoin-ef0ae25c2be04340cc34b0f1807cb75ca09fbd32.zip
Merge pull request #1910 from Diapolo/block_chain_typo
change blockchain -> block chain (spelling)
Diffstat (limited to 'src/rpcrawtransaction.cpp')
-rw-r--r--src/rpcrawtransaction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcrawtransaction.cpp b/src/rpcrawtransaction.cpp
index 72a89c08c..4714bfdd2 100644
--- a/src/rpcrawtransaction.cpp
+++ b/src/rpcrawtransaction.cpp
@@ -299,7 +299,7 @@ Value signrawtransaction(const Array& params, bool fHelp)
"signrawtransaction <hex string> [{\"txid\":txid,\"vout\":n,\"scriptPubKey\":hex},...] [<privatekey1>,...] [sighashtype=\"ALL\"]\n"
"Sign inputs for raw transaction (serialized, hex-encoded).\n"
"Second optional argument (may be null) is an array of previous transaction outputs that\n"
- "this transaction depends on but may not yet be in the blockchain.\n"
+ "this transaction depends on but may not yet be in the block chain.\n"
"Third optional argument (may be null) is an array of base58-encoded private\n"
"keys that, if given, will be the only keys used to sign the transaction.\n"
"Fourth optional argument is a string that is one of six values; ALL, NONE, SINGLE or\n"