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

sqrrm notifications at github.com
Wed Apr 8 00:35:12 UTC 2020


@sqrrm commented on this pull request.



> @@ -297,6 +297,15 @@ private void initPendingTrades() {
                                 trade.getId());
                         tradesWithoutDepositTx.add(trade);
                     }
+
+            try {
+                DonationAddressValidation.validate(trade.getDelayedPayoutTx(),

This causes problems at startup. I think it's because it's throwing a runtimeexception due to `        checkNotNull(delayedPayoutTx, "delayedPayoutTx must not be null");` in `DonationAddressValidation.validate`


-- 
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-389580500
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200407/5ed13724/attachment-0001.html>


More information about the bisq-github mailing list