diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-01-13 16:01:23 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-01-13 16:01:28 +0100 |
| commit | 17ef279304a94ec01a8525189b80c163d931b1cf (patch) | |
| tree | 40af96282767ea9ed598e5a8d6aa220b6723e5e5 /src/rpcrawtransaction.cpp | |
| parent | Merge pull request #7312 (diff) | |
| parent | [wallet] Clarify rpc help message with regard to rounding (diff) | |
| download | discoin-17ef279304a94ec01a8525189b80c163d931b1cf.tar.xz discoin-17ef279304a94ec01a8525189b80c163d931b1cf.zip | |
Merge pull request #7332
faf671b [wallet] Clarify rpc help message with regard to rounding (MarcoFalke)
Diffstat (limited to 'src/rpcrawtransaction.cpp')
| -rw-r--r-- | src/rpcrawtransaction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcrawtransaction.cpp b/src/rpcrawtransaction.cpp index 4947ad1f7..64bf569ba 100644 --- a/src/rpcrawtransaction.cpp +++ b/src/rpcrawtransaction.cpp @@ -338,7 +338,7 @@ UniValue createrawtransaction(const UniValue& params, bool fHelp) " ]\n" "2. \"outputs\" (string, required) a json object with outputs\n" " {\n" - " \"address\": x.xxx (numeric, required) The key is the bitcoin address, the value is the " + CURRENCY_UNIT + " amount\n" + " \"address\": x.xxx (numeric or string, required) The key is the bitcoin address, the numeric value (can be string) is the " + CURRENCY_UNIT + " amount\n" " \"data\": \"hex\", (string, required) The key is \"data\", the value is hex encoded data\n" " ...\n" " }\n" |