mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-09-27 08:56:39 +02:00
rpc: Allow gettxoutsetinfo and getblockstats for stale blocks
This commit is contained in:
@@ -162,9 +162,7 @@ CBlockIndex* ParseHashOrHeight(const UniValue& param, ChainstateManager& chainma
|
||||
if (!pindex) {
|
||||
throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Block not found");
|
||||
}
|
||||
if (!active_chain.Contains(pindex)) {
|
||||
throw JSONRPCError(RPC_INVALID_PARAMETER, strprintf("Block is not in chain %s", Params().NetworkIDString()));
|
||||
}
|
||||
|
||||
return pindex;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user