diff options
Diffstat (limited to 'GlobalContext.cpp')
-rw-r--r-- | GlobalContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<MagicVariableDeclaration>("ripemd160", make_shared<FunctionType>(TypePointers({std::make_shared<IntegerType>(256, IntegerType::Modifier::HASH)}), - TypePointers({std::make_shared<IntegerType>(256, IntegerType::Modifier::HASH)}), + TypePointers({std::make_shared<IntegerType>(160, IntegerType::Modifier::HASH)}), FunctionType::Location::RIPEMD160))} { } |