Skip to content

Commit

Permalink
client/cli: fix the msg when waiting to sync
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic authored and Fraccaman committed Jun 14, 2023
1 parent 8c541f0 commit f6134de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/src/bin/namada-client/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@ async fn wait_until_node_is_synched(ledger_address: &TendermintAddress) {
println!(
" Waiting for {} ({}/{} tries)...",
if is_at_least_height_one {
"a first block"
} else {
"node to sync"
} else {
"a first block"
},
try_count + 1,
MAX_TRIES
Expand Down

0 comments on commit f6134de

Please sign in to comment.