X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fprotocol.cpp;h=c9b0086133f2aaeb02c1c7f4eafbfb9a1db8cf22;hp=8ee83047a82f3bf0292b1c25d73acf5807ffdd24;hb=a0bfbd64a8dc93eb87a452843f76dbb9dec9f30b;hpb=73e57db0e728423c3541f5ad7b260e8fd9e6e7d1 diff --git a/src/protocol.cpp b/src/protocol.cpp index 8ee8304..c9b0086 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -103,10 +103,4 @@ const char* CInv::GetCommand() const std::string CInv::ToString() const { return strprintf("%s %s", GetCommand(), hash.ToString().substr(0,20).c_str()); -} - -void CInv::print() const -{ - printf("CInv(%s)\n", ToString().c_str()); -} - +} \ No newline at end of file