Skip to content

Commit 9b3a67e

Browse files
author
MarcoFalke
committed
Merge #13026: Fix include comment in src/interfaces/wallet.h
defffb3 trivial: Improve include comment in src/interfaces/wallet.h (João Barbosa) Pull request description: Tree-SHA512: dfb873db4be0bdaff99ee57628a64284de5ad484b4020e386ab2f5e0b478ff11d49b094d02e3e58cd2bec1d44b3b550b9c5f3da177518087cc62b4a3c9ca824e
2 parents c199869 + defffb3 commit 9b3a67e

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)