We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1daf8aa commit 68e4f84Copy full SHA for 68e4f84
1 file changed
stackslib/src/chainstate/stacks/boot/mod.rs
@@ -473,8 +473,6 @@ impl RewardSet {
473
}
474
475
/// Return the pox_ustx_threshold.
476
- ///
477
- /// Only calculated in V0, Returns `50_000 STX` for Waterfall.
478
pub fn pox_ustx_threshold(&self) -> Option<u128> {
479
match self {
480
RewardSet::V0(v0) => v0.pox_ustx_threshold,
0 commit comments