File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -276,6 +276,8 @@ handleHydraEventsInfo = \case
276
276
warn time $ " Invalid command: " <> show clientInput
277
277
Update TimedServerOutput {time, output = HeadIsClosed {snapshotNumber}} -> do
278
278
info time $ " Head closed with snapshot number " <> show snapshotNumber
279
+ Update TimedServerOutput {time, output = HeadIsContested {snapshotNumber, contestationDeadline}} -> do
280
+ info time (" Head contested with snapshot number " <> show snapshotNumber <> " and deadline " <> show contestationDeadline)
279
281
Update TimedServerOutput {time, output = TxValid {}} ->
280
282
report Success time " Transaction submitted successfully!"
281
283
Update TimedServerOutput {time, output = TxInvalid {transaction, validationError}} ->
You can’t perform that action at this time.
0 commit comments