From dbe45c34f8b4fd7d615f7e05ef1454798ef0c8ca Mon Sep 17 00:00:00 2001 From: Carl Dong Date: Tue, 1 Mar 2022 16:14:12 -0500 Subject: Add ChainstateManagerOpts, using as ::Options [META] Although it seems like we don't need it for just one option, we're going to introduce another member to this struct *in the next commit*. In future patchsets for libbitcoinkernel decoupling it from ArgsManager, even more members will be added here. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 357e562c69..d421e8f89d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -171,6 +171,7 @@ BITCOIN_CORE_H = \ interfaces/ipc.h \ interfaces/node.h \ interfaces/wallet.h \ + kernel/chainstatemanager_opts.h \ key.h \ key_io.h \ logging.h \ -- cgit v1.2.3