delete more sprout shite, faster syncing

This commit is contained in:
Duke Leto
2020-12-04 08:36:28 -05:00
parent e7b3bb90f7
commit fb1facc821
4 changed files with 16 additions and 40 deletions

View File

@@ -1,7 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2019-2020 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
@@ -21,16 +20,13 @@
******************************************************************************/
#include "txdb.h"
#include "chainparams.h"
#include "hash.h"
#include "main.h"
#include "pow.h"
#include "uint256.h"
#include "core_io.h"
#include <stdint.h>
#include <boost/thread.hpp>
using namespace std;