mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
Move ismine to wallet module
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
|
||||
#include <amount.h> // For CAmount
|
||||
#include <pubkey.h> // For CKeyID and CScriptID (definitions needed in CTxDestination instantiation)
|
||||
#include <script/ismine.h> // For isminefilter, isminetype
|
||||
#include <script/standard.h> // For CTxDestination
|
||||
#include <support/allocators/secure.h> // For SecureString
|
||||
#include <ui_interface.h> // For ChangeType
|
||||
@@ -25,7 +24,10 @@ class CCoinControl;
|
||||
class CFeeRate;
|
||||
class CKey;
|
||||
class CWallet;
|
||||
enum isminetype : unsigned int;
|
||||
enum class FeeReason;
|
||||
typedef uint8_t isminefilter;
|
||||
|
||||
enum class OutputType;
|
||||
struct CRecipient;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user