Skip to content

Commit

Permalink
Fix compilation (#12171)
Browse files Browse the repository at this point in the history
  • Loading branch information
yperbasis authored Oct 2, 2024
1 parent 2e8775b commit e1eab09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion consensus/misc/eip7002.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ package misc
import (
"encoding/binary"

"github.com/ledgerwatch/log/v3"

"github.com/ledgerwatch/erigon-lib/common"
"github.com/ledgerwatch/erigon-lib/log/v3"

"github.com/ledgerwatch/erigon/consensus"
"github.com/ledgerwatch/erigon/core/types"
"github.com/ledgerwatch/erigon/params"
Expand Down
4 changes: 3 additions & 1 deletion consensus/misc/eip7251.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
package misc

import (
"github.com/ledgerwatch/log/v3"

"github.com/ledgerwatch/erigon-lib/common"
"github.com/ledgerwatch/erigon-lib/log/v3"

"github.com/ledgerwatch/erigon/consensus"
"github.com/ledgerwatch/erigon/core/types"
"github.com/ledgerwatch/erigon/params"
Expand Down

0 comments on commit e1eab09

Please sign in to comment.