File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments