diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-01-13 11:43:07 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-01-13 12:06:24 +0100 |
commit | faf671bca6d2a39c129529805869e392e2745c87 (patch) | |
tree | e72bf4fc781437fef9057f6764d9fc1443cdd29a /src/rpcrawtransaction.cpp | |
parent | 3cd836c1d855b92e7c73ab31979f471c4f8dad68 (diff) |
[wallet] Clarify rpc help message with regard to rounding
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 1f2d77aef0..bd51aa0ab0 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" |