Skip to content

Commit 2506eab

Browse files
committed
chore: docs update
1 parent 94f5da7 commit 2506eab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/routes/stx-supply.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const StxSupplyRoutes: FastifyPluginAsync<
7979
}),
8080
total_stx_year_2050: Type.String({
8181
description:
82-
'The Stacks cryptocurrency has a predefined future supply that reaches approx 1,818M STX by year 2050',
82+
'String quoted decimal number of total circulating STX supply in year 2050. STX supply grows approx 0.3% annually thereafter in perpetuity.',
8383
}),
8484
unlocked_stx: Type.String({
8585
description:
@@ -207,7 +207,7 @@ export const StxSupplyRoutes: FastifyPluginAsync<
207207
}),
208208
totalStacksYear2050: Type.String({
209209
description:
210-
'The Stacks cryptocurrency has a predefined future supply that reaches approx 1,818M STX by year 2050',
210+
'String quoted decimal number of total circulating STX supply in year 2050. STX supply grows approx 0.3% annually thereafter in perpetuity.',
211211
}),
212212
totalStacksYear2050Formatted: Type.String({
213213
description:

0 commit comments

Comments
 (0)