mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-01 11:16:11 -04:00
documentation fixes
This commit is contained in:
parent
98ffb5f34c
commit
1dc2e8337c
2 changed files with 5 additions and 5 deletions
|
@ -143,7 +143,7 @@ public class MakerSendSignOfferRequest extends Task<PlaceOfferModel> {
|
|||
return;
|
||||
}
|
||||
|
||||
// send request to alrernative arbitrator
|
||||
// send request to alternative arbitrator
|
||||
log.info("Using alternative arbitrator {}", altArbitrator.getNodeAddress());
|
||||
model.getProtocol().startTimeoutTimer(); // reset timeout
|
||||
sendSignOfferRequests(request, altArbitrator.getNodeAddress(), excludedArbitrators, resultHandler, errorMessageHandler);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue