[bisq-network/bisq-core] Fix broadcast issues (#165)

Manfred Karrer notifications at github.com
Tue Aug 21 22:11:44 UTC 2018


ManfredKarrer commented on this pull request.



> @@ -94,8 +126,8 @@ public void onSuccess(@Nullable Transaction result) {
                             UserThread.execute(() -> callback.onSuccess(tx));
                         } else {
                             stopAndRemoveTimer(txId);
-                            UserThread.execute(() -> callback.onFailure(new TxBroadcastException("We got an onSuccess callback for " +
-                                    "a broadcast which got already triggered the timeout.", txId)));
+                            log.warn("We got an onSuccess callback for a broadcast which got already triggered " +

Fixed in next PR.

-- 
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-core/pull/165#discussion_r211776394
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20180821/56edcfd9/attachment.html>


More information about the bisq-github mailing list