We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea16440 commit 209d291Copy full SHA for 209d291
catalyst-toolbox/src/snapshot/mod.rs
@@ -10,7 +10,7 @@ use jormungandr_lib::{crypto::account::Identifier, interfaces::Value};
10
use serde::{Deserialize, Serialize};
11
use std::{borrow::Borrow, collections::BTreeMap, iter::Iterator, num::NonZeroU64};
12
use thiserror::Error;
13
-use voting_hir::VoterHIR;
+pub use voting_hir::VoterHIR;
14
15
pub const CATALYST_VOTING_PURPOSE_TAG: u64 = 0;
16
@@ -127,7 +127,6 @@ impl Snapshot {
127
contributions,
128
})
129
.collect();
130
- dbg!(&entries);
131
Ok(Self {
132
inner: Self::apply_voting_power_cap(entries, cap)?
133
.into_iter()
0 commit comments