fix typo in logging

This commit is contained in:
woodser 2023-11-14 11:17:56 -05:00
parent 9da395c5bb
commit 9ca263927f

View File

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