diff options
| author | Jonas Nick <[email protected]> | 2017-08-17 19:35:30 -0700 |
|---|---|---|
| committer | Jonas Nick <[email protected]> | 2017-08-17 19:35:30 -0700 |
| commit | f9ca0fe44ec673695e601045630f151a806e000d (patch) | |
| tree | 481912af195d52f7529a6f0f5552285bc14d2801 /src | |
| parent | Merge #10901: Fix constness of ArgsManager methods (diff) | |
| download | discoin-f9ca0fe44ec673695e601045630f151a806e000d.tar.xz discoin-f9ca0fe44ec673695e601045630f151a806e000d.zip | |
Fix combinerawtransaction RPC help result section
Diffstat (limited to 'src')
| -rw-r--r-- | src/rpc/rawtransaction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/rawtransaction.cpp b/src/rpc/rawtransaction.cpp index 810051185..0ca1aa66e 100644 --- a/src/rpc/rawtransaction.cpp +++ b/src/rpc/rawtransaction.cpp @@ -572,7 +572,7 @@ UniValue combinerawtransaction(const JSONRPCRequest& request) " ]\n" "\nResult:\n" - "\"hex\" : \"value\", (string) The hex-encoded raw transaction with signature(s)\n" + "\"hex\" (string) The hex-encoded raw transaction with signature(s)\n" "\nExamples:\n" + HelpExampleCli("combinerawtransaction", "[\"myhex1\", \"myhex2\", \"myhex3\"]") |