We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b12a8d commit 00c6b1aCopy full SHA for 00c6b1a
stackslib/src/chainstate/stacks/boot/sip-031.clar
@@ -85,7 +85,7 @@
85
(diff (- burn-height DEPLOY_BLOCK_HEIGHT))
86
;; Note: this rounds down
87
(iterations (/ diff INITIAL_MINT_VESTING_ITERATION_BLOCKS))
88
- (vested-multiple (* STX_PER_ITERATION iterations))
+ (vested-multiple (/ (* STX_PER_ITERATION diff) INITIAL_MINT_VESTING_ITERATION_BLOCKS))
89
90
;; If we have completed (or exceeded) the scheduled number of iterations,
91
;; consider the *entire* vesting bucket unlocked. This avoids leaving a
0 commit comments