mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
More emojies and spaces (#5498)
* More emojies and spaces * Sync emojis * More emoji
This commit is contained in:
@@ -262,7 +262,7 @@ where
|
||||
// check if the given best block is in the same branch as the block that signaled the change.
|
||||
if is_descendent_of(&change.canon_hash, &best_hash)? {
|
||||
// apply this change: make the set canonical
|
||||
info!(target: "afg", "Applying authority set change forced at block #{:?}",
|
||||
info!(target: "afg", "👴 Applying authority set change forced at block #{:?}",
|
||||
change.canon_height);
|
||||
telemetry!(CONSENSUS_INFO; "afg.applying_forced_authority_set_change";
|
||||
"block" => ?change.canon_height
|
||||
@@ -328,7 +328,7 @@ where
|
||||
self.pending_forced_changes.clear();
|
||||
|
||||
if let Some(change) = change {
|
||||
info!(target: "afg", "Applying authority set change scheduled at block #{:?}",
|
||||
info!(target: "afg", "👴 Applying authority set change scheduled at block #{:?}",
|
||||
change.canon_height);
|
||||
telemetry!(CONSENSUS_INFO; "afg.applying_scheduled_authority_set_change";
|
||||
"block" => ?change.canon_height
|
||||
|
||||
Reference in New Issue
Block a user