mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-26 06:11:02 +02:00
rpc/*,rest: Add review-only assertion to EnsureChainman
This commit is contained in:
@@ -79,6 +79,7 @@ ChainstateManager& EnsureChainman(const std::any& context)
|
|||||||
if (!node.chainman) {
|
if (!node.chainman) {
|
||||||
throw JSONRPCError(RPC_INTERNAL_ERROR, "Node chainman not found");
|
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;
|
return *node.chainman;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user