Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp committed Feb 28, 2024
1 parent f928d78 commit 024a236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/blockchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (
"fmt"
"io"
"math/big"
"modernc.org/mathutil"
"runtime"
"strings"
"sync"
Expand Down Expand Up @@ -52,6 +51,7 @@ import (
"github.com/ethereum/go-ethereum/triedb/hashdb"
"github.com/ethereum/go-ethereum/triedb/pathdb"
"golang.org/x/exp/slices"
"modernc.org/mathutil"
)

var (
Expand Down

0 comments on commit 024a236

Please sign in to comment.