Skip to content

Commit 879155a

Browse files
authored
easy (#263)
1 parent ab2e851 commit 879155a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash-spv-ffi/src/bin/ffi_cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extern "C" fn on_detailed_progress(progress: *const FFIDetailedSyncProgress, _ud
3636
"height {}/{} {:.2}% peers {} hps {:.1}",
3737
p.overview.header_height,
3838
p.total_height,
39-
p.percentage * 100.0,
39+
p.percentage,
4040
p.overview.peer_count,
4141
p.headers_per_second
4242
);

0 commit comments

Comments
 (0)