mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 01:13:45 +00:00
internal/ethapi: rm extra whitespace in TestSimulateV1ChainLinkage
This commit is contained in:
parent
771d805705
commit
db24b2782c
1 changed files with 0 additions and 1 deletions
|
|
@ -2325,7 +2325,6 @@ func TestSimulateV1ChainLinkage(t *testing.T) {
|
||||||
recipient = common.Address{0xbb, 0xbb}
|
recipient = common.Address{0xbb, 0xbb}
|
||||||
)
|
)
|
||||||
backend := newTestBackend(t, 1, gspec, beacon.New(ethash.NewFaker()), func(i int, b *core.BlockGen) {
|
backend := newTestBackend(t, 1, gspec, beacon.New(ethash.NewFaker()), func(i int, b *core.BlockGen) {
|
||||||
|
|
||||||
tx := types.MustSignNewTx(acc.key, signer, &types.LegacyTx{
|
tx := types.MustSignNewTx(acc.key, signer, &types.LegacyTx{
|
||||||
Nonce: uint64(i),
|
Nonce: uint64(i),
|
||||||
GasPrice: b.BaseFee(),
|
GasPrice: b.BaseFee(),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue