Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Apr 18, 2024
1 parent f831915 commit 8eff895
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/vm/contracts_with_ctx.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ package vm

import (
"fmt"

"github.com/holiman/uint256"

"math/big"
"time"

"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/params"
"github.com/holiman/uint256"
)

// Wrapper type which allows PrecompiledContract to be used as PrecompiledContractWithCtx
Expand Down
1 change: 1 addition & 0 deletions tests/fuzzers/bls12381/precompile_fuzzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package bls
import (
"bytes"
"fmt"

"math/big"
"time"

Expand Down

0 comments on commit 8eff895

Please sign in to comment.