Skip to content

Commit

Permalink
Merge pull request ethereum#2 from dindinw/v1.10.9-qng
Browse files Browse the repository at this point in the history
eth/tracers: fix go-duktape warning
  • Loading branch information
dindinw committed Dec 12, 2021
2 parents 2e60b53 + c2e721e commit 5dd0feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/tracers/tracer.go
Expand Up @@ -31,7 +31,7 @@ import (
"github.com/ethereum/go-ethereum/core/vm"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/log"
"gopkg.in/olebedev/go-duktape.v3"
"github.com/dindinw/go-duktape"
)

// bigIntegerJS is the minified version of https://github.com/peterolson/BigInteger.js.
Expand Down

0 comments on commit 5dd0feb

Please sign in to comment.