Skip to content

Commit 41b2165

Browse files
committed
fix import error
1 parent 652c44a commit 41b2165

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

catalyst-toolbox/src/bin/cli/recovery/votes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use super::tally::Error;
1+
use super::{set_verbosity, tally::Error};
22
use catalyst_toolbox::recovery::tally::{
33
deconstruct_account_transaction, ValidatedFragment, ValidationError, VoteFragmentFilter,
44
};

0 commit comments

Comments
 (0)