Skip to content

Commit d815fe6

Browse files
committed
fix(cli2): log start point at scan-rpc begin
1 parent 1366db7 commit d815fe6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cli/v2/src/main.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,9 @@ async fn main() -> anyhow::Result<()> {
484484
} else {
485485
wallet.birthday.height
486486
};
487+
488+
tracing::info!("Synchronizing from block height {}", start_height);
489+
487490
let mut emitter = Emitter::new(
488491
&rpc_client,
489492
wallet.chain().tip(),

0 commit comments

Comments
 (0)