mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user