diff options
author | Anthony Towns <aj@erisian.com.au> | 2020-12-04 12:49:22 +1000 |
---|---|---|
committer | Anthony Towns <aj@erisian.com.au> | 2021-02-09 15:10:46 +1000 |
commit | fd6580e405699ccb051fd2a34525e48d3253673d (patch) | |
tree | e0812c48cdf0dbb5222e69b9e5ab764a9a115bbf /src/Makefile.am | |
parent | b09ad737eef63ee527083d9a5fafea4c2237470b (diff) |
[refactor] txmempool: split epoch logic into class
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 2616eb8638..3b64d4a1df 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -231,6 +231,7 @@ BITCOIN_CORE_H = \ util/bip32.h \ util/bytevectorhash.h \ util/check.h \ + util/epochguard.h \ util/error.h \ util/fees.h \ util/golombrice.h \ |