Remove g_relay_txes

Also remove vestigial commend in init.cpp
This commit is contained in:
John Newbery
2020-10-22 10:56:38 +01:00
parent 68334b3944
commit 34e33ab859
3 changed files with 3 additions and 6 deletions

View File

@@ -111,7 +111,6 @@ static const uint64_t RANDOMIZER_ID_ADDRCACHE = 0x1cf2e4ddd306dda9ULL; // SHA256
//
bool fDiscover = true;
bool fListen = true;
bool g_relay_txes = !DEFAULT_BLOCKSONLY;
RecursiveMutex cs_mapLocalHost;
std::map<CNetAddr, LocalServiceInfo> mapLocalHost GUARDED_BY(cs_mapLocalHost);
static bool vfLimited[NET_MAX] GUARDED_BY(cs_mapLocalHost) = {};