Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 1b87034

Browse files
committed
Tweak comment
1 parent 5f32878 commit 1b87034

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

parity/blockchain.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,8 @@ fn execute_import(cmd: ImportBlockchain) -> Result<(), String> {
415415
user_defaults.fat_db = fat_db;
416416
user_defaults.save(&user_defaults_path)?;
417417

418-
// Sometimes when importing a small number of blocks (~10) the report seems inaccurate, so we sleep a little before getting it.
418+
// Sometimes when importing a small number of blocks (~10) the report seems
419+
// inaccurate, so we sleep a little before getting the report.
419420
std::thread::sleep(Duration::from_secs(1));
420421
let report = client.report();
421422
info!("Import completed in {} seconds, {} blocks, {} blk/s, {} transactions, {} tx/s, {} Mgas, {} Mgas/s, {} state DB memory",

0 commit comments

Comments
 (0)