From 3e32ce5d4f56c6babdaaa16c211b0a685fffb21c Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 27 Nov 2014 18:24:59 +0100 Subject: Minor changes to magic variables. gas moves to "msg", ripemd160 returns hash160. --- GlobalContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GlobalContext.cpp') diff --git a/GlobalContext.cpp b/GlobalContext.cpp index e958352f..d8b63707 100644 --- a/GlobalContext.cpp +++ b/GlobalContext.cpp @@ -58,7 +58,7 @@ GlobalContext::GlobalContext(): FunctionType::Location::ECRECOVER)), make_shared("ripemd160", make_shared(TypePointers({std::make_shared(256, IntegerType::Modifier::HASH)}), - TypePointers({std::make_shared(256, IntegerType::Modifier::HASH)}), + TypePointers({std::make_shared(160, IntegerType::Modifier::HASH)}), FunctionType::Location::RIPEMD160))} { } -- cgit v1.2.3