mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-26 10:51:11 +02:00
validation: Farewell, global Chainstate!
This commit is contained in:
@@ -125,7 +125,7 @@ static ChainstateManager* GetChainman(const std::any& context, HTTPRequest* req)
|
||||
__FILE__, __LINE__, __func__, PACKAGE_BUGREPORT));
|
||||
return nullptr;
|
||||
}
|
||||
return node_context->chainman;
|
||||
return node_context->chainman.get();
|
||||
}
|
||||
|
||||
static RetFormat ParseDataFormat(std::string& param, const std::string& strReq)
|
||||
|
Reference in New Issue
Block a user