mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +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:
@@ -5,7 +5,7 @@
|
||||
#ifndef BITCOIN_WALLET_TEST_UTIL_H
|
||||
#define BITCOIN_WALLET_TEST_UTIL_H
|
||||
|
||||
#include <script/standard.h>
|
||||
#include <addresstype.h>
|
||||
#include <wallet/db.h>
|
||||
|
||||
#include <memory>
|
||||
|
||||
Reference in New Issue
Block a user