Skip to content

Commit

Permalink
fix: reuse view client in pmonitor
Browse files Browse the repository at this point in the history
  • Loading branch information
conorsch committed Oct 11, 2024
1 parent 9efba27 commit 5422e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bin/pmonitor/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ impl Opt {
new_config_entry.add_migration(new_fvk_entry);
updated_config.set_account(index, new_config_entry.clone());

let mut view_client = self
view_client = self
.view(wallet_dir, new_fvk.clone(), pmonitor_config.grpc_url())
.await?;

Expand Down

0 comments on commit 5422e18

Please sign in to comment.