diff --git a/src/main.cpp b/src/main.cpp index 8042df89cc..9bc3b8c2ad 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4183,6 +4183,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv) return false; } + addrman.Add(CAddress(addr), pfrom->addr, 2*60*60); CMasterNode mn(addr, vin, pubkey, vchSig, sigTime, pubkey2); mn.UpdateLastSeen(lastUpdated);