Skip to content

Commit

Permalink
ARCO-194: replace status in history with old one
Browse files Browse the repository at this point in the history
  • Loading branch information
pawellewandowski98 committed Sep 11, 2024
1 parent 8b8d7ee commit 45b168e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/metamorph/processor_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func (p *Processor) updateStatusMap(statusUpdatesMap map[chainhash.Hash]store.Up
}

statusUpdate.StatusHistory = append(foundStatusUpdate.StatusHistory, store.StatusWithTimestamp{
Status: statusUpdate.Status,
Status: foundStatusUpdate.Status,
Timestamp: p.now(),
})

Expand Down

0 comments on commit 45b168e

Please sign in to comment.