mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 04:01:02 +00:00
Add more logs to relayer and message pallets (#2082)
* add more logs * unused import * fmt
This commit is contained in:
committed by
Bastian Köcher
parent
b495f8b28d
commit
c17f625770
@@ -329,9 +329,10 @@ pub mod pallet {
|
||||
if let Some(updated_latest_confirmed_nonce) = updated_latest_confirmed_nonce {
|
||||
log::trace!(
|
||||
target: LOG_TARGET,
|
||||
"Received lane {:?} state update: latest_confirmed_nonce={}",
|
||||
"Received lane {:?} state update: latest_confirmed_nonce={}. Unrewarded relayers: {:?}",
|
||||
lane_id,
|
||||
updated_latest_confirmed_nonce,
|
||||
UnrewardedRelayersState::from(&lane.storage().data()),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user