Skip to content

Commit 024abb0

Browse files
committed
fix: calculation of circulation
1 parent 6037865 commit 024abb0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/docs/apiEndpoints/blockchain.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ Returns current circulation supply.
7373
{{< callout type="info" >}}
7474
Circulation Supply formula
7575

76-
**Circulation supply =** Total Supply - Total Staked
77-
76+
**Circulating Supply** = Total Supply - Total Staked - BalanceOf(VC Allocation) - BalanceOf(Community)
7877
{{< /callout >}}
7978

8079
```

0 commit comments

Comments
 (0)