[bisq-network/bisq] Add donation address check for open trades (#4135)

sqrrm notifications at github.com
Wed Apr 8 00:50:57 UTC 2020


@sqrrm commented on this pull request.



> +                DonationAddressValidation.validate(trade.getDelayedPayoutTx(),
+                        daoFacade,
+                        btcWalletService);

```suggestion
                        if (trade.getDelayedPayoutTx() != null) {
                            DonationAddressValidation.validate(trade.getDelayedPayoutTx(),
                                    daoFacade,
                                    btcWalletService);
                        }
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4135#pullrequestreview-389584960
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200407/e5938e70/attachment.html>


More information about the bisq-github mailing list