From 9910a1269beee7d965b2a1a9b46c49222b0d2958 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Thu, 19 Apr 2018 14:32:57 -0400 Subject: [PATCH] Merge #13026: Fix include comment in src/interfaces/wallet.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit defffb3587 trivial: Improve include comment in src/interfaces/wallet.h (João Barbosa) Pull request description: Tree-SHA512: dfb873db4be0bdaff99ee57628a64284de5ad484b4020e386ab2f5e0b478ff11d49b094d02e3e58cd2bec1d44b3b550b9c5f3da177518087cc62b4a3c9ca824e --- src/interfaces/wallet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/wallet.h b/src/interfaces/wallet.h index 76439cad00..7854373461 100644 --- a/src/interfaces/wallet.h +++ b/src/interfaces/wallet.h @@ -7,7 +7,7 @@ #include // For CAmount #include // For fs::path -#include // For CTxDestination (CKeyID and CScriptID) +#include // For CKeyID and CScriptID (definitions needed in CTxDestination instantiation) #include