aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/mining.cpp
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2021-01-12 18:43:31 +0100
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2021-01-12 18:43:31 +0100
commitfc726e0138ab1fb1b757ccb4c86557c1c97be831 (patch)
tree134511ca6d4c3521299c826ff876f7624910fddf /src/rpc/mining.cpp
parent7b975639ef93b50537a3ec6326b54d7218afc8da (diff)
downloadbitcoin-fc726e0138ab1fb1b757ccb4c86557c1c97be831.tar.xz
doc, rpc: add missing signet mentions in network name lists
Diffstat (limited to 'src/rpc/mining.cpp')
-rw-r--r--src/rpc/mining.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/mining.cpp b/src/rpc/mining.cpp
index d99ba90308..0e96beb6db 100644
--- a/src/rpc/mining.cpp
+++ b/src/rpc/mining.cpp
@@ -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{