Skip to content

Commit

Permalink
fix resubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazar955 committed Jan 8, 2025
1 parent 1f74a96 commit 313b2e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions submitter/relayer/relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ func (rl *Relayer) MaybeResubmitSecondCheckpointTx(ckpt *ckpttypes.RawCheckpoint

// update the second tx of the last submitted checkpoint as it is replaced
rl.lastSubmittedCheckpoint.Tx2 = resubmittedTx2
rl.lastSubmittedCheckpoint.TS = time.Now()

storedCkpt := store.NewStoredCheckpoint(
rl.lastSubmittedCheckpoint.Tx1.Tx,
Expand Down

0 comments on commit 313b2e2

Please sign in to comment.