Skip to content

Fix formula in calcPoolInGivenSingleOut comment block#250

Open
theGreatPanini wants to merge 1 commit into
balancer:masterfrom
theGreatPanini:patch-1
Open

Fix formula in calcPoolInGivenSingleOut comment block#250
theGreatPanini wants to merge 1 commit into
balancer:masterfrom
theGreatPanini:patch-1

Conversation

@theGreatPanini
Copy link
Copy Markdown

Corrected the token weight variable in the calcPoolInGivenSingleOut function's comment block from (tO / tW) to the correct (wO / tW). This change ensures that the documentation accurately reflects the calculation based on the token's weight (wO) relative to the total weight (tW), rather than an undefined variable (tO).

Corrected the token weight variable in the calcPoolInGivenSingleOut function's comment block from (tO / tW) to the correct (wO / tW). This change ensures that the documentation accurately reflects the calculation based on the token's weight (wO) relative to the total weight (tW), rather than an undefined variable (tO).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant