Merge bd60a9a8ed into merged_master (Bitcoin PR #19818)

This commit is contained in:
Andrew Poelstra 2020-11-28 22:14:15 +00:00
commit 897f8be4ef
3 changed files with 7 additions and 7 deletions

View file

@ -163,7 +163,7 @@ CInv::CInv()
hash.SetNull();
}
CInv::CInv(int typeIn, const uint256& hashIn) : type(typeIn), hash(hashIn) {}
CInv::CInv(uint32_t typeIn, const uint256& hashIn) : type(typeIn), hash(hashIn) {}
bool operator<(const CInv& a, const CInv& b)
{