aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-04-19 14:32:57 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-04-19 14:33:00 -0400
commit9b3a67eb0861ed7f6caa9aab6bbbb7dca1cab0b8 (patch)
treeaa5332be14060d6dce836c0d708d89793986a35d /src
parentc19986940869034cb15e684f014f48fe00e75778 (diff)
parentdefffb3587ebb1cda5331ac1e229a34472f29ddb (diff)
downloadbitcoin-9b3a67eb0861ed7f6caa9aab6bbbb7dca1cab0b8.tar.xz
Merge #13026: Fix include comment in src/interfaces/wallet.h
defffb3587 trivial: Improve include comment in src/interfaces/wallet.h (João Barbosa) Pull request description: Tree-SHA512: dfb873db4be0bdaff99ee57628a64284de5ad484b4020e386ab2f5e0b478ff11d49b094d02e3e58cd2bec1d44b3b550b9c5f3da177518087cc62b4a3c9ca824e
Diffstat (limited to 'src')
-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