[bisq-network/bisq] Increase timeouts (#4521)

sqrrm notifications at github.com
Mon Sep 14 07:46:44 UTC 2020


@jmacxx Looking at the `DEFAULT_BROADCAST_TIMEOUT` we probably have to do some more work to make it safe to increase
```java
    // Currently there is a bug in BitcoinJ causing the timeout at all BSQ transactions.
    // It is because BitcoinJ does not handle confidence object correctly in case as tx got altered after the
    // Wallet.complete() method is called which is the case for all BSQ txs. We will work on a fix for that but that
    // will take more time. In the meantime we reduce the timeout to 5 seconds to avoid that the trade protocol runs
    // into a timeout when using BSQ for trade fee.
    private static final int DEFAULT_BROADCAST_TIMEOUT = 5;
```

-- 
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/4521#issuecomment-691882779
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200914/254d96e5/attachment-0001.html>


More information about the bisq-github mailing list