mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-12-22 19:49:32 +00:00
fix typo in logging
This commit is contained in:
parent
9da395c5bb
commit
9ca263927f
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ public class ProcessSignContractResponse extends TradeTask {
|
|||
trade.addInitProgressStep();
|
||||
processModel.getTradeManager().requestPersistence();
|
||||
} else {
|
||||
log.info("Waiting for another contract signatures to send deposit request");
|
||||
log.info("Waiting for another contract signature to send deposit request");
|
||||
complete(); // does not yet have needed signatures
|
||||
}
|
||||
} catch (Throwable t) {
|
||||
|
|
Loading…
Reference in a new issue