Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wei3erHase committed May 10, 2024
1 parent 3264c37 commit 66c1f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/BPool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ contract BPool is BBronze, BToken, BMath {
_records[token] = Record({
bound: true,
index: _tokens.length,
denorm: 0 // balance and denorm will be validated
denorm: 0 // denorm will be validated
});
_tokens.push(token);
rebind(token, balance, denorm);
Expand Down

0 comments on commit 66c1f02

Please sign in to comment.