Commit 5126ac1b authored by George Hotz's avatar George Hotz

even simpler

parent c829d3a3
......@@ -28,8 +28,8 @@ describe("MIPSMemory contract", function () {
await mm.AddTrieNode(new Uint8Array([0x80]))
let root = "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421"
root = await write(mm, root, 0x44, 0)
root = await write(mm, root, 0, 0)
root = await write(mm, root, 4, 0)
root = await write(mm, root, 0x40, 0)
root = await write(mm, root, 0x0, 0)
})
})
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