From defffb3587ebb1cda5331ac1e229a34472f29ddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Barbosa?= Date: Thu, 19 Apr 2018 10:13:09 +0100 Subject: trivial: Improve include comment in src/interfaces/wallet.h --- src/interfaces/wallet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces') 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 // For CAmount -#include // For CTxDestination (CKeyID and CScriptID) +#include // For CKeyID and CScriptID (definitions needed in CTxDestination instantiation) #include