File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
sml/masternode_list_engine Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ impl Decodable for MnListDiff {
112112
113113#[ derive( PartialEq , Eq , Clone , Debug ) ]
114114pub struct QuorumCLSigObject {
115- signature : BLSSignature ,
116- index_set : Vec < u16 > ,
115+ pub signature : BLSSignature ,
116+ pub index_set : Vec < u16 > ,
117117}
118118
119119impl_consensus_encoding ! ( QuorumCLSigObject , signature, index_set) ;
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ use crate::sml::masternode_list::from_diff::TryIntoWithBlockHashLookup;
2020use crate :: sml:: masternode_list:: MasternodeList ;
2121use crate :: sml:: quorum_entry:: qualified_quorum_entry:: QualifiedQuorumEntry ;
2222use crate :: sml:: quorum_validation_error:: QuorumValidationError ;
23- use crate :: transaction:: special_transaction:: quorum_commitment:: QuorumEntry ;
2423
2524#[ derive( Clone , Eq , PartialEq ) ]
2625#[ cfg_attr( feature = "serde" , derive( Serialize , Deserialize ) ) ]
You can’t perform that action at this time.
0 commit comments