Commit a7688596 authored by han0110's avatar han0110

fix: update embedded_mips function signature

parent cfa559d0
......@@ -41,6 +41,6 @@ func Preimage(hash common.Hash) []byte {
}
// these are stubs in embedded world
func PrefetchStorage(blockNumber *big.Int, addr common.Address, skey common.Hash) {}
func PrefetchAccount(blockNumber *big.Int, addr common.Address) {}
func PrefetchCode(blockNumber *big.Int, addrHash common.Hash) {}
func PrefetchStorage(*big.Int, common.Address, common.Hash, func(map[common.Hash][]byte)) {}
func PrefetchAccount(*big.Int, common.Address, func(map[common.Hash][]byte)) {}
func PrefetchCode(*big.Int, common.Hash) {}
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