diff --git a/include/fc/io/varint.hpp b/include/fc/io/varint.hpp index 80082f2..fe8e82e 100644 --- a/include/fc/io/varint.hpp +++ b/include/fc/io/varint.hpp @@ -90,7 +90,7 @@ namespace std struct hash { public: - size_t operator()(const fc::signed_int &a) const + size_t operator()(const fc::unsigned_int &a) const { return std::hash()(a.value); }