move-only: Add txorphanage module

This module captures orphan tracking code for tx relay.

Can be reviewed with --color-moved=dimmed-zebra
This commit is contained in:
Anthony Towns
2021-01-31 00:55:54 +10:00
parent 56f06a9863
commit 9d5313df7e
9 changed files with 170 additions and 134 deletions

View File

@@ -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>