File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1010
1111class CChainParams ;
1212
13+ namespace kernel {
14+
1315/* *
1416 * An options struct for `ChainstateManager`, more ergonomically referred to as
1517 * `ChainstateManager::Options` due to the using-declaration in
@@ -20,4 +22,6 @@ struct ChainstateManagerOpts {
2022 const std::function<int64_t ()> adjusted_time_callback{nullptr };
2123};
2224
25+ } // namespace kernel
26+
2327#endif // BITCOIN_KERNEL_CHAINSTATEMANAGER_OPTS_H
Original file line number Diff line number Diff line change @@ -834,7 +834,7 @@ class ChainstateManager
834834 friend CChainState;
835835
836836public:
837- using Options = ChainstateManagerOpts;
837+ using Options = kernel:: ChainstateManagerOpts;
838838
839839 explicit ChainstateManager (const Options& opts)
840840 : m_chainparams{opts.chainparams },
You can’t perform that action at this time.
0 commit comments