diff options
author | Anthony Towns <aj@erisian.com.au> | 2021-01-31 00:55:54 +1000 |
---|---|---|
committer | Anthony Towns <aj@erisian.com.au> | 2021-02-26 23:55:03 +1000 |
commit | 9d5313df7eedad8562c822f5477747e924929fd3 (patch) | |
tree | 536a9a73902a59cf14a69c3528d938587573d905 /src/init.cpp | |
parent | 56f06a986385b24818a53fde24c6f3a0b01f1a93 (diff) |
move-only: Add txorphanage module
This module captures orphan tracking code for tx relay.
Can be reviewed with --color-moved=dimmed-zebra
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp index befba2eb2d..99a88ffa29 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -52,6 +52,7 @@ #include <torcontrol.h> #include <txdb.h> #include <txmempool.h> +#include <txorphanage.h> #include <util/asmap.h> #include <util/check.h> #include <util/moneystr.h> |