Skip to content

Commit

Permalink
chore: remove commented
Browse files Browse the repository at this point in the history
  • Loading branch information
pankcuf committed Oct 24, 2023
1 parent e01d62e commit 25b522d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ pub struct MNListDiffResult {
pub masternode_list: models::MasternodeList,
pub added_masternodes: BTreeMap<UInt256, models::MasternodeEntry>,
pub modified_masternodes: BTreeMap<UInt256, models::MasternodeEntry>,
// pub added_quorums: BTreeMap<common::LLMQType, BTreeMap<UInt256, models::LLMQEntry>>,
pub added_quorums: Vec<models::LLMQEntry>,
pub needed_masternode_lists: Vec<UInt256>,
pub cl_signatures: BTreeMap<UInt256, UInt768>,
Expand Down

0 comments on commit 25b522d

Please sign in to comment.