Skip to content

Commit

Permalink
Update cli/src/args.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Dr. Maxim Orlovsky <dr@orlovsky.ch>
  • Loading branch information
Crayon-Shin-chan-1024 and dr-orlovsky authored Oct 7, 2024
1 parent 2481c5f commit fcacd80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ impl RgbArgs {
}
eprintln!("stock file is damaged, failing");
Err(err)
})?;
})
.map_err(WalletError::WalletPersist)?;

if self.sync {
let resolver = self.resolver()?;
Expand Down

0 comments on commit fcacd80

Please sign in to comment.