We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658a875 commit f22c3fbCopy full SHA for f22c3fb
src/BotPlutusInterface/Collateral.hs
@@ -15,7 +15,7 @@ import BotPlutusInterface.Types (
15
unCollateralVar,
16
)
17
import Cardano.Prelude (Void)
18
-import Control.Concurrent.STM (atomically, writeTVar, readTVarIO)
+import Control.Concurrent.STM (atomically, readTVarIO, writeTVar)
19
import Data.Kind (Type)
20
import Data.Map (Map)
21
import Data.Map qualified as Map
src/BotPlutusInterface/Contract.hs
@@ -452,7 +452,7 @@ handleCollateral cEnv = do
452
do
453
collateralNotInMem <-
454
newEitherT $
455
- maybeToLeft "Collateral UTxO not found in contract env."
+ maybeToLeft "Collateral UTxO not found in contract env."
456
<$> getInMemCollateral @w
457
458
helperLog collateralNotInMem
0 commit comments