Add comment

This commit is contained in:
Manfred Karrer 2018-10-17 14:21:31 -05:00
parent 4d30fcb46d
commit 15177e6537
No known key found for this signature in database
GPG Key ID: 401250966A6B2C46

View File

@ -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)));