- AEEFFE8C603D726AAE829C01F057CA0EFDAE8A84820A57E41D8282DE988A74494F139842228BCC158FC8EC484F076C7B2187C4D6D14E7C998FA698570948992E
+ 0CCB0C29C0A3217D57F9BC72D87B497E64116A9F79E69277408750EE3DC95738CE52A70AFECE7A1054314100D84F93F6525AB514B8ABD8CE78AB8EBD50E599A2
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