Skip to content

Commit

Permalink
Update lib/wallet/api/http/Cardano/Wallet/Api/Http/Shelley/Server.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Knowles <[email protected]>
  • Loading branch information
Unisay and jonathanknowles authored Nov 23, 2022
1 parent c438556 commit 0de2644
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2491,7 +2491,7 @@ constructTransaction
ApiMintBurnData _ _ (ApiBurn (ApiBurnData amt)) ->
amt <= 0 || amt > unTokenQuantity txMintBurnMaxTokenQuantity

guardOutsideOfValidityInterval
guardOutsideValidityInterval
:: (SlotNo, SlotNo)
-> NonEmpty (ApiMintBurnData n)
-> Either ErrConstructTx ()
Expand Down

0 comments on commit 0de2644

Please sign in to comment.