mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 18:41:05 +00:00
Add emojis (#5420)
This commit is contained in:
@@ -827,7 +827,7 @@ ServiceBuilder<
|
||||
let chain_spec = config.expect_chain_spec();
|
||||
|
||||
let version = config.full_version();
|
||||
info!("Highest known block at #{}", chain_info.best_number);
|
||||
info!("📦 Highest known block at #{}", chain_info.best_number);
|
||||
telemetry!(
|
||||
SUBSTRATE_INFO;
|
||||
"node.start";
|
||||
|
||||
@@ -125,7 +125,7 @@ impl<
|
||||
return std::task::Poll::Ready(Err(From::from(err)));
|
||||
},
|
||||
};
|
||||
info!("Importing {} blocks", c);
|
||||
info!("📦 Importing {} blocks", c);
|
||||
count = Some(c);
|
||||
c
|
||||
}
|
||||
@@ -185,7 +185,7 @@ impl<
|
||||
}
|
||||
|
||||
if link.imported_blocks >= count {
|
||||
info!("Imported {} blocks. Best: #{}", read_block_count, client.chain_info().best_number);
|
||||
info!("🎉 Imported {} blocks. Best: #{}", read_block_count, client.chain_info().best_number);
|
||||
return std::task::Poll::Ready(Ok(()));
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user