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 10
10
11
11
class CChainParams ;
12
12
13
+ namespace kernel {
14
+
13
15
/* *
14
16
* An options struct for `ChainstateManager`, more ergonomically referred to as
15
17
* `ChainstateManager::Options` due to the using-declaration in
@@ -20,4 +22,6 @@ struct ChainstateManagerOpts {
20
22
const std::function<int64_t ()> adjusted_time_callback{nullptr };
21
23
};
22
24
25
+ } // namespace kernel
26
+
23
27
#endif // BITCOIN_KERNEL_CHAINSTATEMANAGER_OPTS_H
Original file line number Diff line number Diff line change @@ -834,7 +834,7 @@ class ChainstateManager
834
834
friend CChainState;
835
835
836
836
public:
837
- using Options = ChainstateManagerOpts;
837
+ using Options = kernel:: ChainstateManagerOpts;
838
838
839
839
explicit ChainstateManager (const Options& opts)
840
840
: m_chainparams{opts.chainparams },
You can’t perform that action at this time.
0 commit comments