Commit 0324ee64 authored by George Hotz's avatar George Hotz

extra parens

parent 798e3d60
......@@ -16,7 +16,7 @@ contract MIPS {
mapping(bytes32 => bytes) public preimage;
function AddPreimage(bytes calldata anything) public {
preimage[keccak256((anything))] = anything;
preimage[keccak256(anything)] = anything;
}
function AddMerkleState(bytes32 stateHash, uint32 addr, uint32 value, string calldata proof) public {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment