diff options
author | Russell Yanofsky <russ@yanofsky.org> | 2019-09-17 17:11:31 -0400 |
---|---|---|
committer | Russell Yanofsky <russ@yanofsky.org> | 2019-10-28 10:30:51 -0400 |
commit | 4d5448c76b71c9d91399c31b043237091be2e5e7 (patch) | |
tree | e3062b6fbf5d853ba5084889e993ba01091b8e2f /src/Makefile.am | |
parent | 301bd41a2e6765b185bd55f4c541f9e27aeea29d (diff) |
MOVEONLY: Move NodeContext struct to node/context.h
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 82cc19d57c..f4c7feed72 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -157,6 +157,7 @@ BITCOIN_CORE_H = \ netmessagemaker.h \ node/coin.h \ node/coinstats.h \ + node/context.h \ node/psbt.h \ node/transaction.h \ noui.h \ |