X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fprotocol.cpp;h=9933452d4f6353b767c8d933d516d955adff7add;hb=a93ab877877925c60b2dbf56bdde8aa46b6b7391;hp=f46570e21c24049f46d35d4d7307e42e62e2b448;hpb=6853e627f12de21b38a178def14c067435517d96;p=novacoin.git diff --git a/src/protocol.cpp b/src/protocol.cpp index f46570e..9933452 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -270,7 +270,7 @@ CInv::CInv(int typeIn, const uint256& hashIn) CInv::CInv(const std::string& strType, const uint256& hashIn) { - int i; + unsigned int i; for (i = 1; i < ARRAYLEN(ppszTypeName); i++) { if (strType == ppszTypeName[i])