mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-12-22 19:49:32 +00:00
do not extend timeout on sign contract request
This commit is contained in:
parent
6dfa1841f8
commit
dade4a3759
1 changed files with 0 additions and 1 deletions
|
@ -334,7 +334,6 @@ public abstract class TradeProtocol implements DecryptedDirectMessageListener, D
|
|||
|
||||
public void handleSignContractRequest(SignContractRequest message, NodeAddress sender) {
|
||||
System.out.println(getClass().getSimpleName() + ".handleSignContractRequest() " + trade.getId());
|
||||
if (!trade.isArbitrator()) trade.addInitProgressStep(); // extend timeout unless arbitrator
|
||||
ThreadUtils.execute(() -> {
|
||||
synchronized (trade) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue