Skip to content

Commit

Permalink
fix: use correct logger in itnerhashes
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Staykov committed Dec 2, 2024
1 parent f217d19 commit 660bb5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zk/smt/increment_smt.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/ledgerwatch/erigon/smt/pkg/smt"
"github.com/ledgerwatch/erigon/turbo/trie"
"github.com/ledgerwatch/erigon/zk/hermez_db"
"github.com/ledgerwatch/erigon/zkevm/log"
"github.com/ledgerwatch/log/v3"
"github.com/status-im/keycard-go/hexutils"
)

Expand Down
2 changes: 1 addition & 1 deletion zk/smt/regenerate_smt.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/ledgerwatch/erigon/turbo/trie"
"github.com/ledgerwatch/erigon/zk"
"github.com/ledgerwatch/erigon/zk/hermez_db"
"github.com/ledgerwatch/erigon/zkevm/log"
"github.com/ledgerwatch/log/v3"
)

func RegenerateIntermediateHashes(ctx context.Context, logPrefix string, db kv.RwTx, eridb *db2.EriDb, smtIn *smt.SMT, toBlock uint64) (common.Hash, error) {
Expand Down

0 comments on commit 660bb5b

Please sign in to comment.