diff --git a/src/main.cpp b/src/main.cpp index 99becd5cb..c0fbf85bf 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3,7 +3,6 @@ // 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 - /****************************************************************************** * Copyright © 2014-2019 The SuperNET Developers. * * * @@ -18,7 +17,6 @@ * Removal or modification of this copyright notice is prohibited. * * * ******************************************************************************/ - #include "main.h" #include "sodium.h" #include "addrman.h" @@ -64,7 +62,7 @@ using namespace std; #if defined(NDEBUG) -# error "Hush cannot be compiled without assertions." +# error "Hush cannot be compiled without assertions, lulz" #endif #include "librustzcash.h" @@ -1759,7 +1757,6 @@ bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransa if ( nextBlockHeight <= 1 || chainActive.LastTip() == 0 ) tiptime = (uint32_t)time(NULL); else tiptime = (uint32_t)chainActive.LastTip()->nTime; -//fprintf(stderr,"addmempool 0\n"); // Node operator can choose to reject tx by number of transparent inputs static_assert(std::numeric_limits::max() >= std::numeric_limits::max(), "size_t too small"); size_t limit = (size_t) GetArg("-mempooltxinputlimit", 0);