From 7d03feef8156ef37a4efa01dc591467bc7d957bf Mon Sep 17 00:00:00 2001 From: Carl Dong Date: Wed, 25 May 2022 14:55:44 -0400 Subject: kernel: Introduce empty and unused kernel::Context [META] In the next commit, we will move the init::{Set,Unset}Globals logic into this struct. Co-Authored-By: Ryan Ofsky --- 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 a6e9048949..39b19b5e5c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -172,6 +172,7 @@ BITCOIN_CORE_H = \ interfaces/wallet.h \ kernel/chainstatemanager_opts.h \ kernel/coinstats.h \ + kernel/context.h \ key.h \ key_io.h \ logging.h \ -- cgit v1.2.3