aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorstickies-v <stickies-v@protonmail.com>2022-01-27 21:20:05 +0000
committerstickies-v <stickies-v@protonmail.com>2022-03-10 11:24:15 +0100
commit9f1c54787c81177dd56a31c881a9ad2834a122dc (patch)
treee176b2645ecceec4774f2c768f3d88d694387b29 /src/Makefile.am
parent219d728fcbde8c313940788838afa46c2fb88762 (diff)
downloadbitcoin-9f1c54787c81177dd56a31c881a9ad2834a122dc.tar.xz
Refactoring: move declarations to rest.h
This facilitates unit testing
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 0b177480c8..3189871697 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -198,6 +198,7 @@ BITCOIN_CORE_H = \
psbt.h \
random.h \
randomenv.h \
+ rest.h \
reverse_iterator.h \
rpc/blockchain.h \
rpc/client.h \