vpatch file split hunks

all signers:

antecedents:

press order:

patch:

- 92038390413F77B55E19439738E87C21BD5B2313DC6EDAD78BCC8BF722DDE82623A31A56A87B0182E75E6824FC709DC216FB9CB159B49A16E212E3A5DED93F58
+ 02CCC72E42939509FC180861DB7FFEC50563A84869F35671FCF720090F9782674EDCC89C4174175691566FAC7277F1EBE0F50253D1E4A995EB960F5B43CCE2A3
bitcoin/src/main.cpp
(1899 . 6)(1899 . 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);
(2101 . 7)(2106 . 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