aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorCarl Dong <contact@carldong.me>2022-03-01 16:14:12 -0500
committerCarl Dong <contact@carldong.me>2022-05-20 11:54:18 -0400
commitdbe45c34f8b4fd7d615f7e05ef1454798ef0c8ca (patch)
tree6d6d691e36a8055a8339d92c3e10985a1c177a75 /src/Makefile.am
parent4d0c00dffd13df9b055dbca244783c5de9ca23a5 (diff)
downloadbitcoin-dbe45c34f8b4fd7d615f7e05ef1454798ef0c8ca.tar.xz
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.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \