mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-17 02:49:19 +00:00
rpc/*,rest: Add review-only assertion to EnsureChainman
This commit is contained in:
parent
cced0f46c9
commit
d0abf0bf42
@ -79,6 +79,7 @@ ChainstateManager& EnsureChainman(const std::any& context)
|
||||
if (!node.chainman) {
|
||||
throw JSONRPCError(RPC_INTERNAL_ERROR, "Node chainman not found");
|
||||
}
|
||||
WITH_LOCK(::cs_main, CHECK_NONFATAL(std::addressof(g_chainman) == std::addressof(*node.chainman)));
|
||||
return *node.chainman;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user