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 dc74df7 commit 8f7b574Copy full SHA for 8f7b574
src/BotPlutusInterface/Contract.hs
@@ -185,6 +185,7 @@ awaitTxStatusChange contractEnv txId = do
185
case mTx of
186
Nothing -> pure Unknown
187
Just txState -> do
188
+ printLog @w Debug $ "Found transaction in node, waiting " ++ show chainConstant ++ " blocks for it to settle."
189
awaitNBlocks @w contractEnv (chainConstant + 1)
190
-- Check if the tx is still present in chain-index, in case of a rollback
191
-- we might not find it anymore.
0 commit comments