Skip to content

Commit 111897b

Browse files
committed
fix(dash): gate feed_qr_info_rejects_post_v20_with_missing_chainlock_signatures test on quorum_validation
The test calls `load_qrinfo_2240504_fixture` which is gated on `quorum_validation`. Without the matching gate the test fails to compile when the feature is off. Addresses CodeRabbit review comment on PR #736 #736 (comment)
1 parent b61303a commit 111897b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • dash/src/sml/masternode_list_engine

dash/src/sml/masternode_list_engine/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1872,6 +1872,7 @@ mod tests {
18721872
}
18731873
}
18741874

1875+
#[cfg(feature = "quorum_validation")]
18751876
#[test]
18761877
fn feed_qr_info_rejects_post_v20_with_missing_chainlock_signatures() {
18771878
let (mut masternode_list_engine, mut qr_info) = load_qrinfo_2240504_fixture();

0 commit comments

Comments
 (0)