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 6e62960 commit 905e1a0Copy full SHA for 905e1a0
stackslib/src/burnchains/burnchain.rs
@@ -578,6 +578,7 @@ impl Burnchain {
578
.nakamoto_first_block_of_cycle(self.first_block_height, reward_cycle)
579
}
580
581
+ #[cfg(any(test, feature = "testing"))]
582
/// the last burn block that must be *signed* by the signer set of `reward_cycle`.
583
/// this is the modulo 1 block
584
pub fn nakamoto_last_block_of_cycle(&self, reward_cycle: u64) -> u64 {
0 commit comments