From c9529c8f8781486f4ad691cc3163e4a268b66dce Mon Sep 17 00:00:00 2001 From: Vikram Rajkumar Date: Thu, 22 May 2014 03:52:59 -0400 Subject: [PATCH] Return synonym "uint160_t" for uint160 typename to not break leveldb upgrade routine --- include/fc/crypto/ripemd160.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fc/crypto/ripemd160.hpp b/include/fc/crypto/ripemd160.hpp index e2d13a9..998b01d 100644 --- a/include/fc/crypto/ripemd160.hpp +++ b/include/fc/crypto/ripemd160.hpp @@ -77,7 +77,7 @@ class ripemd160 typedef ripemd160 uint160_t; typedef ripemd160 uint160; - template<> struct get_typename { static const char* name() { return "uint160"; } }; + template<> struct get_typename { static const char* name() { return "uint160_t"; } }; } // namespace fc