Skip to content

Commit

Permalink
Updates CacheConfig.TriedbConfig return type since CacheConfig.triedb…
Browse files Browse the repository at this point in the history
…Config return type changed.
  • Loading branch information
diegoximenes committed Jul 18, 2024
1 parent 95e923b commit dbf2a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/blockchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ type CacheConfig struct {
}

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

Expand Down

0 comments on commit dbf2a65

Please sign in to comment.