Remove relaying of double-spends

This commit is contained in:
lateminer
2018-10-25 20:37:40 +03:00
parent 91698d9fd4
commit bb407424fa
10 changed files with 43 additions and 170 deletions

View File

@@ -189,9 +189,6 @@ extern CBlockIndex *pindexBestHeader;
/** Minimum disk space required - used in CheckDiskSpace() */
static const uint64_t nMinDiskSpace = 52428800;
/** Initialize respend bloom filter **/
void InitRespendFilter();
/** Pruning-related variables and constants */
/** True if any block files have ever been pruned. */
extern bool fHavePruned;