Skip to content

Commit

Permalink
Fix TxConstraints
Browse files Browse the repository at this point in the history
  • Loading branch information
klntsky committed Mar 7, 2024
1 parent 3e85c45 commit 405058e
Show file tree
Hide file tree
Showing 27 changed files with 552 additions and 1,590 deletions.
2 changes: 1 addition & 1 deletion packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ let additions =
, "unsafe-coerce"
]
, repo = "https://github.com/mlabs-haskell/purescript-cardano-types"
, version = "288cd06dc89d477b59e158b30803de8f6e535092"
, version = "ce71744f6a6b1f855c325d3abcc8977d99700c2e"
}
, cardano-message-signing =
{ dependencies =
Expand Down
2 changes: 1 addition & 1 deletion src/Contract/Address.purs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Contract.Address

import Prelude

import Cardano.Types (Address, NetworkId, Bech32String)
import Cardano.Types (Address, Bech32String, NetworkId)
import Cardano.Types.Address as Address
import Contract.Monad (Contract, liftContractM)
import Control.Monad.Error.Class (throwError)
Expand Down
2 changes: 1 addition & 1 deletion src/Contract/AssocMap.purs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- | A module for a Plutus-style `AssocMap`
module Contract.AssocMap (module AssocMap) where

import Ctl.Internal.Plutus.Types.AssocMap
import Cardano.Plutus.Types.Map
( Map(Map)
, delete
, elems
Expand Down
Loading

0 comments on commit 405058e

Please sign in to comment.