Skip to content

Commit

Permalink
??
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mueller committed Apr 7, 2020
1 parent 044bfa5 commit 4a92bdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plutus-playground-client/src/Chain.purs
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ emulatorEventPane (ChainEvent (SlotAdd (Slot slot))) =
div [ class_ $ ClassName "info" ]
[ text $ "Add slot #" <> show slot.getSlot ]

emulatorEventPane (WalletEvent (Wallet walletId) (WalletMsg (LogMessage info))) =
emulatorEventPane (WalletEvent (Wallet walletId) (WalletMsg (LogMessage { logMessageText }))) =
div [ class_ $ ClassName "error" ]
[ text $ "Message from wallet #" <> show walletId.getWallet <> ": " <> info ]
[ text $ "Message from wallet #" <> show walletId.getWallet <> ": " <> logMessageText ]

------------------------------------------------------------
formatWalletId :: SimulatorWallet -> String
Expand Down

0 comments on commit 4a92bdb

Please sign in to comment.