doc, rpc: add missing signet mentions in network name lists

This commit is contained in:
Sebastian Falbesoner
2021-01-12 18:43:31 +01:00
parent 7b975639ef
commit fc726e0138
3 changed files with 4 additions and 4 deletions

View File

@@ -409,7 +409,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{