mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
Move ChainstateManagerOpts into kernel:: namespace
It should have been there in the first place.
This commit is contained in:
@@ -834,7 +834,7 @@ private:
|
||||
friend CChainState;
|
||||
|
||||
public:
|
||||
using Options = ChainstateManagerOpts;
|
||||
using Options = kernel::ChainstateManagerOpts;
|
||||
|
||||
explicit ChainstateManager(const Options& opts)
|
||||
: m_chainparams{opts.chainparams},
|
||||
|
||||
Reference in New Issue
Block a user