Skip to content

Commit db42adc

Browse files
authored
Add ChainID to DynamicFeeTx constructor (#728)
Co-authored-by: WorldDogs <noreply.io>
1 parent ee19580 commit db42adc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tx-submitter/services/rollup.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,6 +1239,7 @@ func (r *Rollup) ReSubmitTx(resend bool, tx *ethtypes.Transaction) (*ethtypes.Tr
12391239
switch tx.Type() {
12401240
case ethtypes.DynamicFeeTxType:
12411241
newTx = ethtypes.NewTx(&ethtypes.DynamicFeeTx{
1242+
ChainID: tx.ChainId(),
12421243
To: tx.To(),
12431244
Nonce: tx.Nonce(),
12441245
GasFeeCap: gasFeeCap,

0 commit comments

Comments
 (0)