Skip to content

Commit

Permalink
another nit
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaczanowski committed Jan 15, 2025
1 parent 49009cf commit 9916898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ton/src/TonPoolStaker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export class TonPoolStaker extends TonBaseStaker {
return 1; // fill pool 2 to meet minStake
}

// both pools have reached minStake, so allocae to the one with the lower balance
// both pools have reached minStake, so allocate to the one with the lower balance
return balancePool1 <= balancePool2 ? 0 : 1;
}
}

0 comments on commit 9916898

Please sign in to comment.