mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-05 11:28:49 +02:00
Move ChainstateManagerOpts into kernel:: namespace
It should have been there in the first place.
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
class CChainParams;
|
||||
|
||||
namespace kernel {
|
||||
|
||||
/**
|
||||
* An options struct for `ChainstateManager`, more ergonomically referred to as
|
||||
* `ChainstateManager::Options` due to the using-declaration in
|
||||
@@ -20,4 +22,6 @@ struct ChainstateManagerOpts {
|
||||
const std::function<int64_t()> adjusted_time_callback{nullptr};
|
||||
};
|
||||
|
||||
} // namespace kernel
|
||||
|
||||
#endif // BITCOIN_KERNEL_CHAINSTATEMANAGER_OPTS_H
|
||||
|
||||
Reference in New Issue
Block a user