Skip to content

Commit c070f79

Browse files
committed
Fix from hlint
1 parent 5a81d08 commit c070f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BotPlutusInterface/Contract.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ balanceTx contractEnv unbalancedTx = do
305305
pabConf.pcOwnPubKeyHash
306306
unbalancedTx
307307

308-
pure $ either (BalanceTxFailed) (BalanceTxSuccess . Right) eitherBalancedTx
308+
pure $ either BalanceTxFailed (BalanceTxSuccess . Right) eitherBalancedTx
309309

310310
-- | This step would build tx files, write them to disk and submit them to the chain
311311
writeBalancedTx ::

0 commit comments

Comments
 (0)