Move CTxDestination to its own file

CTxDestination is really our internal representation of an address and
doesn't really have anything to do with standard script types, so move
them to their own file.
This commit is contained in:
Andrew Chow
2023-08-08 10:57:31 -04:00
parent 145f36ec81
commit 7a172c76d2
21 changed files with 291 additions and 247 deletions

View File

@@ -10,6 +10,7 @@
#include <test/util/setup_common.h>
#include <boost/test/unit_test.hpp>
#include <addresstype.h>
#include <core_io.h>
#include <hash.h>
#include <pubkey.h>