Rename dev::sha3 to dev::keccak256

This commit is contained in:
Alex Beregszaszi
2016-10-06 14:53:40 +01:00
parent d5cfb17b32
commit aefb6e5fcf
17 changed files with 50 additions and 50 deletions
+1 -1
View File
@@ -670,7 +670,7 @@ bool ExpressionCompiler::visit(FunctionCall const& _functionCall)
}
if (!event.isAnonymous())
{
m_context << u256(h256::Arith(dev::sha3(function.externalSignature())));
m_context << u256(h256::Arith(dev::keccak256(function.externalSignature())));
++numIndexed;
}
solAssert(numIndexed <= 4, "Too many indexed arguments.");