This commit is contained in:
Duke Leto
2020-03-06 15:22:50 -05:00
parent 9c72f4c2f5
commit fad66953fb
3 changed files with 1 additions and 4 deletions

View File

@@ -16,7 +16,6 @@
#include "util.h" #include "util.h"
#include "utilmoneystr.h" #include "utilmoneystr.h"
#include "wallet.h" #include "wallet.h"
//#include "sietch.h"
CAmount fConsolidationTxFee = DEFAULT_CONSOLIDATION_FEE; CAmount fConsolidationTxFee = DEFAULT_CONSOLIDATION_FEE;
bool fConsolidationMapUsed = false; bool fConsolidationMapUsed = false;

View File

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

View File

@@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers // 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 // Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php. // file COPYING or http://www.opensource.org/licenses/mit-license.php.
@@ -42,7 +42,6 @@
#include "zcash/Address.hpp" #include "zcash/Address.hpp"
#include "zcash/zip32.h" #include "zcash/zip32.h"
#include "base58.h" #include "base58.h"
//#include "sietch.h"
#include <algorithm> #include <algorithm>
#include <map> #include <map>