Skip to content

Commit

Permalink
Merge branch 'development' into config
Browse files Browse the repository at this point in the history
  • Loading branch information
aviator-app[bot] authored Oct 21, 2021
2 parents bb27bf5 + 335b626 commit 8083d69
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions applications/daily_tests/cron_jobs.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,7 @@ async function runWalletRecoveryTest(instances) {
});

notify(
"🙌 Wallet (Pubkey:",
identity.public_key,
") recovered to a block height of",
numScanned,
"completed in",
timeDiffMinutes,
"minutes (",
scannedRate,
"blocks/min).",
recoveredAmount,
"µT recovered for ",
instances,
" instance(s)."
`🙌 Wallet (Pubkey: ${identity.public_key} ) recovered to a block height of ${numScanned}, completed in ${timeDiffMinutes} minutes (${scannedRate} blocks/min). ${recoveredAmount} µT recovered for ${instances} instance(s).`
);
} catch (err) {
console.error(err);
Expand Down

0 comments on commit 8083d69

Please sign in to comment.