Merge 22fa9673b0 into merged_master (Bitcoin PR #20917)

This commit is contained in:
Andrew Poelstra 2021-06-17 21:06:43 +00:00
commit 7edece4a69
3 changed files with 4 additions and 4 deletions

View file

@ -429,7 +429,7 @@ static RPCHelpMan getmininginfo()
{RPCResult::Type::NUM, "difficulty", "The current difficulty"},
{RPCResult::Type::NUM, "networkhashps", "The network hashes per second"},
{RPCResult::Type::NUM, "pooledtx", "The size of the mempool"},
{RPCResult::Type::STR, "chain", "current network name (main, test, regtest)"},
{RPCResult::Type::STR, "chain", "current network name (main, test, signet, regtest)"},
{RPCResult::Type::STR, "warnings", "any network and blockchain warnings"},
}},
RPCExamples{