Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 85b1dbd

Browse files
committed
Fixed test
1 parent 72234e7 commit 85b1dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/chains/evm/txmgr/stuck_tx_detector_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ func mustInsertUnconfirmedTxWithBroadcastAttemptsContainsEmptyBroadcastBeforeBlo
555555
attempt := cltest.NewLegacyEthTxAttempt(t, etx.ID)
556556
attempt.State = txmgrtypes.TxAttemptBroadcast
557557
attempt.BroadcastBeforeBlockNum = nil
558-
attempt.TxFee = gas.EvmFee{GasPrice: latestGasPrice.Sub(assets.NewWeiI(i))}
558+
attempt.TxFee = gas.EvmFee{Legacy: latestGasPrice.Sub(assets.NewWeiI(i))}
559559
require.NoError(t, txStore.InsertTxAttempt(ctx, &attempt))
560560
}
561561
etx, err := txStore.FindTxWithAttempts(ctx, etx.ID)

0 commit comments

Comments
 (0)