consensus, eth/tracers: remove redundant import names #21903 (#1248)

This commit is contained in:
Daniel Liu 2025-07-26 17:47:14 +08:00 committed by GitHub
parent c41a96d179
commit 23a83dce3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ import (
"github.com/XinFinOrg/XDPoSChain/log"
"github.com/XinFinOrg/XDPoSChain/metrics"
"github.com/XinFinOrg/XDPoSChain/rpc"
mmap "github.com/edsrzf/mmap-go"
"github.com/edsrzf/mmap-go"
)
var ErrInvalidDumpMagic = errors.New("invalid dump magic")

View file

@ -31,7 +31,7 @@ import (
"github.com/XinFinOrg/XDPoSChain/core/vm"
"github.com/XinFinOrg/XDPoSChain/crypto"
"github.com/XinFinOrg/XDPoSChain/log"
duktape "gopkg.in/olebedev/go-duktape.v3"
"gopkg.in/olebedev/go-duktape.v3"
)
// bigIntegerJS is the minified version of https://github.com/peterolson/BigInteger.js.