Skip to content

Commit 209d291

Browse files
committed
make VoterHIR public
1 parent ea16440 commit 209d291

File tree

1 file changed

+1
-2
lines changed
  • catalyst-toolbox/src/snapshot

1 file changed

+1
-2
lines changed

catalyst-toolbox/src/snapshot/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use jormungandr_lib::{crypto::account::Identifier, interfaces::Value};
1010
use serde::{Deserialize, Serialize};
1111
use std::{borrow::Borrow, collections::BTreeMap, iter::Iterator, num::NonZeroU64};
1212
use thiserror::Error;
13-
use voting_hir::VoterHIR;
13+
pub use voting_hir::VoterHIR;
1414

1515
pub 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()

0 commit comments

Comments
 (0)