aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorJoão Barbosa <joao.paulo.barbosa@gmail.com>2018-04-19 10:13:09 +0100
committerJoão Barbosa <joao.paulo.barbosa@gmail.com>2018-04-19 14:30:07 +0100
commitdefffb3587ebb1cda5331ac1e229a34472f29ddb (patch)
tree63525eb262a713c41ce602b80cf78527f36cec0f /src/interfaces
parent615f7c288414a89cd1dec1d67e0f84abe2fb4c6d (diff)
downloadbitcoin-defffb3587ebb1cda5331ac1e229a34472f29ddb.tar.xz
trivial: Improve include comment in src/interfaces/wallet.h
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/wallet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/wallet.h b/src/interfaces/wallet.h
index dfe3d5f711..9d4830d189 100644
--- a/src/interfaces/wallet.h
+++ b/src/interfaces/wallet.h
@@ -6,7 +6,7 @@
#define BITCOIN_INTERFACES_WALLET_H
#include <amount.h> // For CAmount
-#include <pubkey.h> // For CTxDestination (CKeyID and CScriptID)
+#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