Skip to content

Commit

Permalink
Update plutus-contract/src/Wallet/Emulator/NodeClient.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Jann Müller <j-mueller@users.noreply.github.com>
  • Loading branch information
sjoerdvisscher and j-mueller committed Apr 15, 2021
1 parent 0afc799 commit b89857c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plutus-contract/src/Wallet/Emulator/NodeClient.hs
Expand Up @@ -29,7 +29,7 @@ import Wallet.Emulator.Chain

data NodeClientEvent =
TxSubmit TxId Value
-- ^ A transaction has been added to the pool of pending transactions.
-- ^ A transaction has been added to the pool of pending transactions. The value is the fee of the transaction.
deriving stock (Eq, Show, Generic)
deriving anyclass (FromJSON, ToJSON)

Expand Down

0 comments on commit b89857c

Please sign in to comment.