Skip to content

Commit e3c7853

Browse files
committed
fix typo
1 parent 7864513 commit e3c7853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolkit/committee-selection/pallet/src/pallet_session_support.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ fn provide_account<T: crate::Config + pallet_session::Config>(account: &T::Accou
136136

137137
fn unprovide_account<T: crate::Config + pallet_session::Config>(account: &T::AccountId) {
138138
log::info!(
139-
"➖💼 Decrementing provider count and deregisteringkeys for block producer {account:?}"
139+
"➖💼 Decrementing provider count and deregistering keys for block producer {account:?}"
140140
);
141141
frame_system::Pallet::<T>::dec_providers(&account).expect(
142142
"We always match dec_providers with corresponding inc_providers, thus it cannot fail",

0 commit comments

Comments
 (0)