Skip to content

Commit 68e4f84

Browse files
committed
update comment
1 parent 1daf8aa commit 68e4f84

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • stackslib/src/chainstate/stacks/boot

stackslib/src/chainstate/stacks/boot/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,6 @@ impl RewardSet {
473473
}
474474

475475
/// Return the pox_ustx_threshold.
476-
///
477-
/// Only calculated in V0, Returns `50_000 STX` for Waterfall.
478476
pub fn pox_ustx_threshold(&self) -> Option<u128> {
479477
match self {
480478
RewardSet::V0(v0) => v0.pox_ustx_threshold,

0 commit comments

Comments
 (0)