- 071F23CB1E017F72A89271924861D1036E3FB2D9C6459709D8A962CD7AA94F84FAA657618D0DD553650A135A6E341ECF4389E2CB911C5E71D8C87D5D24BD77AF
+ 891CDAA560E5403C9BECD96A586998CD345C3045795C8DCE601CD7F46119C24CEE0857846CD7BF10A1869D8E54E3D52B0E67DDC488F183E992E18D92081C74D7
bitcoin/src/protocol.cpp
(297 . 7)(297 . 7)
371
372 std::string CInv::ToString() const
373 {
374 return strprintf("%s %s", GetCommand(), hash.ToString().substr(0,20).c_str());
375 return strprintf("%s %s", GetCommand(), hash.ToString().c_str());
376 }
377
378 void CInv::print() const