Skip to content

Commit 99f9020

Browse files
author
colinlyguo
committed
address comments
1 parent bc1e9ad commit 99f9020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup/internal/controller/sender/sender.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ func (s *Sender) SendTransaction(contextID string, target *common.Address, data
247247
return common.Hash{}, fmt.Errorf("failed to send transaction, err: %w", err)
248248
}
249249

250-
s.transactionSigner.SetNonce(s.transactionSigner.GetNonce() + 1)
250+
s.transactionSigner.SetNonce(signedTx.Nonce() + 1)
251251

252252
return signedTx.Hash(), nil
253253
}

0 commit comments

Comments
 (0)