From 66dd866e897f4b5ae288049c6428ad2743b9d65f Mon Sep 17 00:00:00 2001 From: Guillaume Ballet <3272758+gballet@users.noreply.github.com> Date: Fri, 11 Aug 2023 16:44:08 +0200 Subject: [PATCH] implement missing odrDatabase function --- light/trie.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/light/trie.go b/light/trie.go index 46f073d66a..e0a283fdc1 100644 --- a/light/trie.go +++ b/light/trie.go @@ -157,6 +157,10 @@ func (db *odrDatabase) AddRootTranslation(originalRoot common.Hash, translatedRo panic("not implemented") // TODO: Implement } +func (db *odrDatabase) SetLastMerkleRoot(root common.Hash) { + panic("not implemented") // TODO: Implement +} + type odrTrie struct { db *odrDatabase id *TrieID