- D49E7AAAB38507FD69E6629B8BAAE80BC87D2071C842C8EDE6F2D8E54F87E7D439C79B9A38AD94591E6FD5CF96196F2221426A4C8A2FFB282030FBCF810C18FB
+ 37CB05D7EF2BC58E80DC0598931D41E3E1C541F5C1F349D581910ECDF4CA835265BA551169610511D8B16A9BC53789A77C3CDBE3F797AADB2F67FFD59A88AC74
bitcoin/src/main.cpp
(2102 . 12)(2102 . 6)
5 tracker.fn(tracker.param1, vRecv);
6 }
7
8
9 else if (strCommand == "ping")
10 {
11 }
12
13
14 else
15 {
16 // He who comes to us with a turd, by the turd shall perish.
(2252 . 10)(2246 . 6)
18 if (pto->nVersion == 0)
19 return true;
20
21 // Keep-alive ping
22 if (pto->nLastSend && GetTime() - pto->nLastSend > 30 * 60 && pto->vSend.empty())
23 pto->PushMessage("ping");
24
25 // Resend wallet transactions that haven't gotten in a block yet
26 ResendWalletTransactions();
27