Skip to content

Commit a32a4ad

Browse files
jonastheisomerfirmak
authored andcommitted
Run goimports
1 parent bbc8122 commit a32a4ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/devp2p/internal/ethtest/transaction.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
"github.com/scroll-tech/go-ethereum/params"
3030
)
3131

32-
//var faucetAddr = common.HexToAddress("0x71562b71999873DB5b286dF957af199Ec94617F7")
32+
// var faucetAddr = common.HexToAddress("0x71562b71999873DB5b286dF957af199Ec94617F7")
3333
var faucetKey, _ = crypto.HexToECDSA("b71c71a67e1177ad4e901695e1b4b9ee17ae16c6668d313eac2f96dbcda3f291")
3434

3535
func (s *Suite) sendSuccessfulTxs(t *utesting.T) error {

eth/fetcher/tx_fetcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ func (f *TxFetcher) Enqueue(peer string, txs []*types.Transaction, direct bool)
290290
// re-requesting them and dropping the peer in case of malicious transfers.
291291
var (
292292
added = make([]common.Hash, 0, len(txs))
293-
metas = make([]txMetadata, 0, len(txs))
293+
metas = make([]txMetadata, 0, len(txs))
294294
duplicate int64
295295
underpriced int64
296296
otherreject int64

0 commit comments

Comments
 (0)