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 3286f2e commit a7b954bCopy full SHA for a7b954b
.gitignore
@@ -60,6 +60,9 @@ geth-node/chaindata/history
60
*.ipc
61
.direnv
62
63
+# emacs stuff
64
+*.~undo-tree~
65
+
66
# debug configs
67
examples/debug/ci-test.http
68
examples/debug/run-test-lc.sh
src/BotPlutusInterface/Contract.hs
@@ -479,7 +479,7 @@ handleCollateral cEnv = do
479
where
480
--
481
helperLog :: PP.Doc () -> ExceptT CollateralUtxo (Eff effs) ()
482
- helperLog msg = newEitherT $ Right <$> printBpiLog @w Notice msg
+ helperLog msg = newEitherT $ Right <$> printBpiLog @w Debug msg
483
484
{- | Create collateral UTxO by submitting Tx.
485
Then try to find created UTxO at own PKH address.
0 commit comments