From ffed620aaab7286d9ee7049d2314ee9abd9de881 Mon Sep 17 00:00:00 2001 From: Dr Roy Murphy Date: Wed, 14 Mar 2018 05:18:16 +0000 Subject: [PATCH] Update net.cpp Added zero value placeholder as unsigned int pnSeed cannot be blank or it will cause errors which flag to "alerts". --- src/net.cpp | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/net.cpp b/src/net.cpp index 9a62e09..74186a4 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1287,19 +1287,9 @@ void ThreadDNSAddressSeed2(void* parg) printf("%d addresses found from DNS seeds\n", found); } - - - - - - - - - - - unsigned int pnSeed[] = { + 0x0 }; void DumpAddresses()