mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
"duffs" -> "satoshis" for field names
This commit is contained in:
parent
ceda3abe6f
commit
a5f99ef2f5
@ -600,7 +600,7 @@ UniValue getaddressmempool(const UniValue& params, bool fHelp)
|
||||
" \"address\" (string) The base58check encoded address\n"
|
||||
" \"txid\" (string) The related txid\n"
|
||||
" \"index\" (number) The related input or output index\n"
|
||||
" \"duffs\" (number) The difference of duffs\n"
|
||||
" \"satoshis\" (number) The difference of duffs\n"
|
||||
" \"timestamp\" (number) The time the transaction entered the mempool (seconds)\n"
|
||||
" \"prevtxid\" (string) The previous txid (if spending)\n"
|
||||
" \"prevout\" (string) The previous transaction output index (if spending)\n"
|
||||
@ -672,7 +672,7 @@ UniValue getaddressutxos(const UniValue& params, bool fHelp)
|
||||
" \"txid\" (string) The output txid\n"
|
||||
" \"outputIndex\" (number) The output index\n"
|
||||
" \"script\" (string) The script hex encoded\n"
|
||||
" \"duffs\" (number) The number of duffs of the output\n"
|
||||
" \"satoshis\" (number) The number of duffs of the output\n"
|
||||
" \"height\" (number) The block height\n"
|
||||
" }\n"
|
||||
"]\n"
|
||||
@ -737,7 +737,7 @@ UniValue getaddressdeltas(const UniValue& params, bool fHelp)
|
||||
"\nResult:\n"
|
||||
"[\n"
|
||||
" {\n"
|
||||
" \"duffs\" (number) The difference of duffs\n"
|
||||
" \"satoshis\" (number) The difference of duffs\n"
|
||||
" \"txid\" (string) The related txid\n"
|
||||
" \"index\" (number) The related input or output index\n"
|
||||
" \"blockindex\" (number) The related block index\n"
|
||||
|
Loading…
Reference in New Issue
Block a user