We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c199869 + defffb3 commit 9b3a67eCopy full SHA for 9b3a67e
src/interfaces/wallet.h
@@ -6,7 +6,7 @@
6
#define BITCOIN_INTERFACES_WALLET_H
7
8
#include <amount.h> // For CAmount
9
-#include <pubkey.h> // For CTxDestination (CKeyID and CScriptID)
+#include <pubkey.h> // For CKeyID and CScriptID (definitions needed in CTxDestination instantiation)
10
#include <script/ismine.h> // For isminefilter, isminetype
11
#include <script/standard.h> // For CTxDestination
12
#include <support/allocators/secure.h> // For SecureString
0 commit comments