From fad66953fb037ba9e40ba29760f9de8cec8cf09f Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 6 Mar 2020 15:22:50 -0500 Subject: [PATCH] Cleanup --- src/wallet/asyncrpcoperation_saplingconsolidation.cpp | 1 - src/wallet/rpcwallet.cpp | 1 - src/wallet/wallet.h | 3 +-- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/wallet/asyncrpcoperation_saplingconsolidation.cpp b/src/wallet/asyncrpcoperation_saplingconsolidation.cpp index 32601e0fd..e85ce5861 100644 --- a/src/wallet/asyncrpcoperation_saplingconsolidation.cpp +++ b/src/wallet/asyncrpcoperation_saplingconsolidation.cpp @@ -16,7 +16,6 @@ #include "util.h" #include "utilmoneystr.h" #include "wallet.h" -//#include "sietch.h" CAmount fConsolidationTxFee = DEFAULT_CONSOLIDATION_FEE; bool fConsolidationMapUsed = false; diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 8f5688026..ea4b43a5a 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -62,7 +62,6 @@ #include "komodo_defs.h" #include -//#include "sietch.h" #include "rpchushwallet.h" using namespace std; diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 6b9a1d628..ea327b2d9 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers -// Copyright (c) 2019 The Hush developers +// Copyright (c) 2019-2020 The Hush developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -42,7 +42,6 @@ #include "zcash/Address.hpp" #include "zcash/zip32.h" #include "base58.h" -//#include "sietch.h" #include #include