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 6785cf2 commit 1e8adfbCopy full SHA for 1e8adfb
testnet/stacks-node/src/nakamoto_node/relayer.rs
@@ -694,6 +694,9 @@ impl RelayerThread {
694
/// this sortition matches the sortition tip and we have a parent to build atop.
695
///
696
/// Otherwise, returns None, meaning no action will be taken.
697
+ // This method is covered by the e2e bitcoind tests, which do not show up
698
+ // in mutant coverage.
699
+ #[cfg_attr(test, mutants::skip)]
700
fn process_sortition(
701
&mut self,
702
consensus_hash: ConsensusHash,
0 commit comments