Skip to content

Commit defffb3

Browse files
committed
trivial: Improve include comment in src/interfaces/wallet.h
1 parent 615f7c2 commit defffb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/wallet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#define BITCOIN_INTERFACES_WALLET_H
77

88
#include <amount.h> // For CAmount
9-
#include <pubkey.h> // For CTxDestination (CKeyID and CScriptID)
9+
#include <pubkey.h> // For CKeyID and CScriptID (definitions needed in CTxDestination instantiation)
1010
#include <script/ismine.h> // For isminefilter, isminetype
1111
#include <script/standard.h> // For CTxDestination
1212
#include <support/allocators/secure.h> // For SecureString

0 commit comments

Comments
 (0)