diff options
author | stickies-v <stickies-v@protonmail.com> | 2022-01-27 21:20:05 +0000 |
---|---|---|
committer | stickies-v <stickies-v@protonmail.com> | 2022-03-10 11:24:15 +0100 |
commit | 9f1c54787c81177dd56a31c881a9ad2834a122dc (patch) | |
tree | e176b2645ecceec4774f2c768f3d88d694387b29 /src/Makefile.am | |
parent | 219d728fcbde8c313940788838afa46c2fb88762 (diff) |
Refactoring: move declarations to rest.h
This facilitates unit testing
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 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 \ |