Commit 53ff0833 authored by George Hotz's avatar George Hotz

remove dead code trie

parent c6d34ab5
......@@ -6,8 +6,6 @@ import "./lib/Lib_MerkleTrie.sol";
import { Lib_BytesUtils } from "./lib/Lib_BytesUtils.sol";
contract MIPSMemory {
mapping(bytes32 => bytes) public trie;
function AddTrieNode(bytes calldata anything) public {
Lib_MerkleTrie.GetTrie()[keccak256(anything)] = anything;
}
......
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