File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ impl SnapshotCmd {
6363 self . voting_power_cap ,
6464 & assigner,
6565 ) ?
66- . to_voter_hir ( ) ;
66+ . to_full_snapshot_info ( ) ;
6767 let mut out_writer = self . output . open ( ) ?;
6868 let content = self
6969 . output_format
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ use jormungandr_lib::{crypto::account::Identifier, interfaces::Value};
1010use serde:: { Deserialize , Serialize } ;
1111use std:: { borrow:: Borrow , collections:: BTreeMap , iter:: Iterator , num:: NonZeroU64 } ;
1212use thiserror:: Error ;
13- use voting_hir:: VoterHIR ;
13+ pub use voting_hir:: VoterHIR ;
1414
1515pub const CATALYST_VOTING_PURPOSE_TAG : u64 = 0 ;
1616
@@ -127,7 +127,6 @@ impl Snapshot {
127127 contributions,
128128 } )
129129 . collect ( ) ;
130- dbg ! ( & entries) ;
131130 Ok ( Self {
132131 inner : Self :: apply_voting_power_cap ( entries, cap) ?
133132 . into_iter ( )
You can’t perform that action at this time.
0 commit comments