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 209d291 commit 340a567Copy full SHA for 340a567
catalyst-toolbox/src/bin/cli/snapshot/mod.rs
@@ -63,7 +63,7 @@ impl SnapshotCmd {
63
self.voting_power_cap,
64
&assigner,
65
)?
66
- .to_voter_hir();
+ .to_full_snapshot_info();
67
let mut out_writer = self.output.open()?;
68
let content = self
69
.output_format
0 commit comments