Skip to content

Commit c7f2c30

Browse files
more work
1 parent 9c9cc7a commit c7f2c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/src/sml/masternode_list_engine/rotated_quorum_construction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ impl MasternodeListEngine {
3636

3737
pub fn required_cl_sig_heights(&self) -> Result<BTreeSet<u32>, QuorumValidationError> {
3838
let mut required_heights = BTreeSet::new();
39-
for quorum in self.last_commitment_entries {
39+
for quorum in &self.last_commitment_entries {
4040
let Some(quorum_block_height) = self.block_heights.get(&quorum.quorum_entry.quorum_hash) else {
4141
return Err(QuorumValidationError::RequiredBlockNotPresent(quorum.quorum_entry.quorum_hash));
4242
};

0 commit comments

Comments
 (0)