Browse Source

Cleanup

pull/94/head
Duke Leto 4 years ago
parent
commit
fad66953fb
  1. 1
      src/wallet/asyncrpcoperation_saplingconsolidation.cpp
  2. 1
      src/wallet/rpcwallet.cpp
  3. 3
      src/wallet/wallet.h

1
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;

1
src/wallet/rpcwallet.cpp

@ -62,7 +62,6 @@
#include "komodo_defs.h"
#include <string.h>
//#include "sietch.h"
#include "rpchushwallet.h"
using namespace std;

3
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 <algorithm>
#include <map>

Loading…
Cancel
Save