Skip to content

Commit

Permalink
Update sui_commands.rs. Fixed variable error in printing logs (#19080)
Browse files Browse the repository at this point in the history
Fixed variable error in printing logs

## Description 

Fixed variable error in printing logs

## Test plan 

How did you test the new or updated feature?

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
- [ ] REST API:
  • Loading branch information
Allenxuxu authored and suiwombat committed Sep 16, 2024
1 parent 35738a1 commit 2172307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui/src/sui_commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ impl SuiCommand {
PersistedConfig::read(&bridge_committee_config_path).map_err(|err| {
err.context(format!(
"Cannot open Bridge Committee config file at {:?}",
network_config_path
bridge_committee_config_path
))
})?;

Expand Down

0 comments on commit 2172307

Please sign in to comment.