Document the block time in the `z_gettreestate` RPC response

This commit is contained in:
Marek 2022-04-27 22:34:09 +02:00
parent 42c5feaabd
commit 768bfd8d27
1 changed files with 2 additions and 1 deletions

View File

@ -1233,7 +1233,8 @@ UniValue z_gettreestate(const UniValue& params, bool fHelp)
"\nResult:\n"
"{\n"
" \"hash\": \"hash\", (string) hex block hash\n"
" \"height\": n, (numeric) block height\n"
" \"height\": n, (numeric) block height\n"
" \"time\": n, (numeric) block time\n"
" \"sprout\": {\n"
" \"skipHash\": \"hash\", (string) hash of most recent block with more information\n"
" \"commitments\": {\n"