Skip to content

Commit e0a642b

Browse files
committed
wip: fixing tests
1 parent 304a423 commit e0a642b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bot-plutus-interface.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ common common-lang
2727
-Wall -Wcompat -Wincomplete-record-updates
2828
-Wincomplete-uni-patterns -Wredundant-constraints -fobject-code
2929
-fno-ignore-interface-pragmas -fno-omit-interface-pragmas
30-
-fplugin=RecordDotPreprocessor -Werror
30+
-fplugin=RecordDotPreprocessor
31+
-- -Werror
3132

3233
build-depends:
3334
, base

src/BotPlutusInterface/Balance.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ handleNonAdaChange balanceCfg changeAddr utxos tx = runEitherT $ do
384384
Tx.txOutAddress txout == changeAddr
385385
&& not (justLovelace $ Tx.txOutValue txout)
386386
&& hasNoDatum txout
387-
&& hasNoDatum txout
387+
-- && hasNoDatum txout
388388
)
389389
else (\txout -> Tx.txOutAddress txout == changeAddr && hasNoDatum txout)
390390

0 commit comments

Comments
 (0)