You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[RPC] Use "shield" nomenclature instead of "shielded"
Drop the "ed" suffix in the RPC scope, changes commands like
`getnewshieldedaddress` to `getnewshieldaddress`.
Also in blockchain informational calls; `shielded_pool_value` and
`shieldedsupply` become `shield_pool_value` and `shieldsupply`
respectively.
"\"transparentsupply\" : n (numeric) The sum of the value of all unspent outputs when the chainstate was\n"
72
72
" last flushed to disk (use getsupplyinfo to know the update-height, or\n"
73
73
" to trigger the money supply update/recalculation)"
74
-
"\"shieldedsupply\": n (numeric) Chain tip shielded pool value\n"
74
+
"\"shieldsupply\": n (numeric) Chain tip shield pool value\n"
75
75
"\"keypoololdest\": xxxxxx, (numeric) the timestamp (seconds since GMT epoch) of the oldest pre-generated key in the key pool\n"
76
76
"\"keypoolsize\": xxxx, (numeric) how many new keys are pre-generated\n"
77
77
"\"unlocked_until\": ttt, (numeric) the timestamp in seconds since epoch (midnight Jan 1 1970 GMT) that the wallet is unlocked for transfers, or 0 if the wallet is locked\n"
0 commit comments