Skip to content

Commit

Permalink
chore: Sign of Life Message
Browse files Browse the repository at this point in the history
  • Loading branch information
nick134-bit committed May 31, 2023
1 parent 0b090dc commit 996cbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Total Paths:** \t${paths.length}\n`;
const mins = (botConfig.signOfLife * timeIt) % 60;
const hours = ~~((botConfig.signOfLife * timeIt) / 60);
startupTime = now;
const message = `**chain:** ${chainOperator.client.chainId} **wallet:** **status:** running for ${
const message = `**chain:** ${chainOperator.client.chainId} **wallet:** ${chainOperator.client.publicAddress} **status:** running for ${
loop.iterations
} blocks or ${hours === 0 ? "" : hours + " Hour(s) and "}${mins} Minutes`;
loop.clearIgnoreAddresses();
Expand Down

0 comments on commit 996cbf8

Please sign in to comment.