Skip to content

Commit

Permalink
fix the log issue
Browse files Browse the repository at this point in the history
  • Loading branch information
simonzg committed Mar 25, 2023
1 parent adf3dcd commit 6e543fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/rewardProcessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ function SetupForPool(logger, poolOptions, setupFinished) {

// filter out actual payees with amount over minimum threshold
// if amount < minimum threshold, add them to balance and payout next round
logger.debug("Issue Plan");
logger.debug(logSystem, logComponent, "Issue Plan");
for (w in workers) {
if (workers[w].issue !== false) {
const amount = workers[w].reward.plus(workers[w].balance);
Expand Down

0 comments on commit 6e543fc

Please sign in to comment.