mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Add comment
This commit is contained in:
parent
4d30fcb46d
commit
15177e6537
@ -112,6 +112,7 @@ public class TxBroadcaster {
|
||||
broadcastTimerMap.put(txId, timeoutTimer);
|
||||
} else {
|
||||
// Would be due a wrong way how to use the API (calling 2 times a broadcast with same tx).
|
||||
// An arbitrator reported to got the error after a manual payout, need to investigate why...
|
||||
stopAndRemoveTimer(txId);
|
||||
UserThread.execute(() -> callback.onFailure(new TxBroadcastException("We got broadcastTx called with a tx " +
|
||||
"which has an open timeoutTimer. txId=" + txId, txId)));
|
||||
|
Loading…
Reference in New Issue
Block a user