core/txpool : small cleanup refactors (#28654)

This commit is contained in:
ucwong
2023-12-12 17:23:36 +02:00
committed by GitHub
parent 17c2b3c194
commit 81fd1b3cf9
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -21,6 +21,7 @@ package main
import (
"bufio"
"bytes"
"encoding/json"
"fmt"
"io"
"math/rand"
@@ -28,7 +29,6 @@ import (
"os/exec"
"strings"
"testing"
"encoding/json"
"github.com/ethereum/go-ethereum/internal/reexec"
)