- DDF551D237480F8118D0E4ED033194ADA0A229E8D8580354E3EA20467F3E381AF1F1D0542F861E8BEC628F55326D70172B6FAA0E8A3FA007BA79BDADC13C1C29
+ 4426E28AAE0CB5AA58EE73273F937E988E0911893E9EEE9E718556D8EBB50FD229169C11F72421498A982F50A01F4C74154F91A7B14EBD4308162C9BAC03750E
bitcoin/src/main.cpp
(1901 . 6)(1901 . 11)
5 pfrom->PushMessage(inv.GetCommand(), (*mi).second);
6 }
7 }
8 else
9 {
10 pfrom->Misbehaving(100);
11 return error("BANNED peer issuing unknown inv type.");
12 }
13
14 // Track requests for our stuff
15 Inventory(inv.hash);
(2103 . 7)(2108 . 9)
17
18 else
19 {
20 // Ignore unknown commands for extensibility
21 // He who comes to us with a turd, by the turd shall perish.
22 pfrom->Misbehaving(100);
23 return error("BANNED peer issuing heathen command.");
24 }
25
26