Skip to content

Commit 37507ce

Browse files
committed
Update ledger
1 parent eae2fc1 commit 37507ce

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

  • cardano-node/src/Cardano/Node/Tracing/Era

cardano-node/src/Cardano/Node/Tracing/Era/Shelley.hs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ instance
222222

223223
instance
224224
( Consensus.ShelleyBasedEra era
225-
, LogFormatting (PredicateFailure (ShelleyUTXO era))
226-
, LogFormatting (PredicateFailure (ShelleyUTXOW era))
225+
, LogFormatting (PredicateFailure (UTXO era))
226+
, LogFormatting (PredicateFailure (UTXOW era))
227227
, LogFormatting (PredicateFailure (Ledger.EraRule "LEDGER" era))
228228
, ToJSON (ApplyTxError era)
229229
) => LogFormatting (ApplyTxError era) where
@@ -251,8 +251,8 @@ instance
251251

252252
instance
253253
( Consensus.ShelleyBasedEra era
254-
, LogFormatting (PredicateFailure (ShelleyUTXO era))
255-
, LogFormatting (PredicateFailure (ShelleyUTXOW era))
254+
, LogFormatting (PredicateFailure (UTXO era))
255+
, LogFormatting (PredicateFailure (UTXOW era))
256256
, LogFormatting (PredicateFailure (Ledger.EraRule "BBODY" era))
257257
, NFData (PredicateFailure (Ledger.EraRule "BBODY" era))
258258
) => LogFormatting (BlockTransitionError era) where
@@ -323,8 +323,8 @@ instance LogFormatting PrtlSeqFailure where
323323

324324
instance
325325
( Consensus.ShelleyBasedEra era
326-
, LogFormatting (PredicateFailure (ShelleyUTXO era))
327-
, LogFormatting (PredicateFailure (ShelleyUTXOW era))
326+
, LogFormatting (PredicateFailure (UTXO era))
327+
, LogFormatting (PredicateFailure (UTXOW era))
328328
, LogFormatting (PredicateFailure (Ledger.EraRule "LEDGER" era))
329329
, LogFormatting (PredicateFailure (Ledger.EraRule "LEDGERS" era))
330330
) => LogFormatting (ShelleyBbodyPredFailure era) where
@@ -345,8 +345,8 @@ instance
345345

346346
instance
347347
( Consensus.ShelleyBasedEra era
348-
, LogFormatting (PredicateFailure (ShelleyUTXO era))
349-
, LogFormatting (PredicateFailure (ShelleyUTXOW era))
348+
, LogFormatting (PredicateFailure (UTXO era))
349+
, LogFormatting (PredicateFailure (UTXOW era))
350350
, LogFormatting (PredicateFailure (Ledger.EraRule "LEDGER" era))
351351
) => LogFormatting (ShelleyLedgersPredFailure era) where
352352
forMachine dtal (LedgerFailure f) = forMachine dtal f
@@ -363,8 +363,8 @@ instance LogFormatting Withdrawals where
363363

364364
instance
365365
( Consensus.ShelleyBasedEra era
366-
, LogFormatting (PredicateFailure (ShelleyUTXO era))
367-
, LogFormatting (PredicateFailure (ShelleyUTXOW era))
366+
, LogFormatting (PredicateFailure (UTXO era))
367+
, LogFormatting (PredicateFailure (UTXOW era))
368368
, LogFormatting (PredicateFailure (Ledger.EraRule "DELEGS" era))
369369
, LogFormatting (PredicateFailure (Ledger.EraRule "UTXOW" era))
370370
) => LogFormatting (ShelleyLedgerPredFailure era) where
@@ -433,7 +433,7 @@ formatAsHex (Just bs) = show bs
433433

434434
instance
435435
( Consensus.ShelleyBasedEra era
436-
, LogFormatting (PredicateFailure (ShelleyUTXO era))
436+
, LogFormatting (PredicateFailure (UTXO era))
437437
, LogFormatting (PredicateFailure (Ledger.EraRule "UTXO" era))
438438
) => LogFormatting (ShelleyUtxowPredFailure era) where
439439
forMachine _dtal (InvalidWitnessesUTXOW wits') =

0 commit comments

Comments
 (0)