Skip to content

Commit 340a567

Browse files
committed
update snapshot generation
1 parent 209d291 commit 340a567

File tree

1 file changed

+1
-1
lines changed
  • catalyst-toolbox/src/bin/cli/snapshot

1 file changed

+1
-1
lines changed

catalyst-toolbox/src/bin/cli/snapshot/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)