More emojies and spaces (#5498)

* More emojies and spaces

* Sync emojis

* More emoji
This commit is contained in:
Gavin Wood
2020-04-02 20:17:39 +02:00
committed by GitHub
parent 2e720f93a2
commit 3b43429729
7 changed files with 23 additions and 23 deletions
@@ -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