mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
Minor log changes
This commit is contained in:
@@ -495,7 +495,7 @@ class ReputationD {
|
||||
if (startTimestamp > currentTimestamp)
|
||||
startTimeout = (startTimestamp - currentTimestamp) * 1000;
|
||||
|
||||
console.log(`Waiting ${startTimeout} until other hosts are ready.`);
|
||||
console.log(`Waiting ${startTimeout} milliseconds until other hosts are ready.`);
|
||||
await new Promise((resolve) => setTimeout(resolve, startTimeout));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user