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 5a81d08 commit c070f79Copy full SHA for c070f79
src/BotPlutusInterface/Contract.hs
@@ -305,7 +305,7 @@ balanceTx contractEnv unbalancedTx = do
305
pabConf.pcOwnPubKeyHash
306
unbalancedTx
307
308
- pure $ either (BalanceTxFailed) (BalanceTxSuccess . Right) eitherBalancedTx
+ pure $ either BalanceTxFailed (BalanceTxSuccess . Right) eitherBalancedTx
309
310
-- | This step would build tx files, write them to disk and submit them to the chain
311
writeBalancedTx ::
0 commit comments