Skip to content

Commit dbf2a65

Browse files
committed
Updates CacheConfig.TriedbConfig return type since CacheConfig.triedbConfig return type changed.
1 parent 95e923b commit dbf2a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/blockchain.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ type CacheConfig struct {
159159
}
160160

161161
// arbitrum: exposing CacheConfig.triedbConfig to be used by Nitro when initializing arbos in database
162-
func (c *CacheConfig) TriedbConfig() *trie.Config {
162+
func (c *CacheConfig) TriedbConfig() *triedb.Config {
163163
return c.triedbConfig()
164164
}
165165

0 commit comments

Comments
 (0)