Skip to content

Commit

Permalink
Fix temp change
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdvisscher committed Jun 9, 2022
1 parent 7370292 commit eddec40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plutus-pab/src/Cardano/Node/Client.hs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ handleNodeClientClient params e = do
Just handle ->
liftIO $
onCardanoTx (MockClient.queueTx handle)
(const $ pure ()) -- error "Cardano.Node.Client: Expecting a mock tx, not an Alonzo tx when publishing it.")
(error "Cardano.Node.Client: Expecting a mock tx, not an Alonzo tx when publishing it.")
tx
GetClientSlot ->
either (liftIO . MockClient.getCurrentSlot)
Expand Down

0 comments on commit eddec40

Please sign in to comment.