aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rawtransaction.cpp
diff options
context:
space:
mode:
authorAnditto Heristyo <[email protected]>2016-12-22 13:26:03 +0900
committerAnditto Heristyo <[email protected]>2016-12-22 13:26:03 +0900
commitafe5b3f553e1d67b78fee83a18b83c322471ed00 (patch)
treea8a4c7680b678c2e778b6318ca4adfb8af40a7ef /src/rpc/rawtransaction.cpp
parentMerge #8589: Inline CTxInWitness inside CTxIn (diff)
downloaddiscoin-afe5b3f553e1d67b78fee83a18b83c322471ed00.tar.xz
discoin-afe5b3f553e1d67b78fee83a18b83c322471ed00.zip
Added missing colons in when running help command
Diffstat (limited to 'src/rpc/rawtransaction.cpp')
-rw-r--r--src/rpc/rawtransaction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/rawtransaction.cpp b/src/rpc/rawtransaction.cpp
index 21af44946..8b24e7a1c 100644
--- a/src/rpc/rawtransaction.cpp
+++ b/src/rpc/rawtransaction.cpp
@@ -377,7 +377,7 @@ UniValue createrawtransaction(const JSONRPCRequest& request)
"\nResult:\n"
"\"transaction\" (string) hex string of the transaction\n"
- "\nExamples\n"
+ "\nExamples:\n"
+ HelpExampleCli("createrawtransaction", "\"[{\\\"txid\\\":\\\"myid\\\",\\\"vout\\\":0}]\" \"{\\\"address\\\":0.01}\"")
+ HelpExampleCli("createrawtransaction", "\"[{\\\"txid\\\":\\\"myid\\\",\\\"vout\\\":0}]\" \"{\\\"data\\\":\\\"00010203\\\"}\"")
+ HelpExampleRpc("createrawtransaction", "\"[{\\\"txid\\\":\\\"myid\\\",\\\"vout\\\":0}]\", \"{\\\"address\\\":0.01}\"")