Skip to content

Commit 872238f

Browse files
committed
Add comment
1 parent 1fe5e61 commit 872238f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/v1/getCrvusdTotalSupplyNumber.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default fn(async () => {
2323
crvusdAllocatedToYieldbasis,
2424
] = await Promise.all([
2525
crvusd.default.totalSupply(),
26-
getCrvusdAllocatedToYieldbasis(),
26+
getCrvusdAllocatedToYieldbasis(), // In later versions of @curvefi/stablecoin-api, this number is already included in `crvusd.totalSupply()`
2727
]);
2828

2929
return Number(crvusdTotalSupply.total) + Number(crvusdAllocatedToYieldbasis);

0 commit comments

Comments
 (0)