mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 07:31:02 +00:00
added more relay and message-lane pallet logs (#527)
This commit is contained in:
committed by
Bastian Köcher
parent
fe11f6f1d9
commit
698d8d5600
@@ -112,6 +112,12 @@ pub fn run(
|
||||
relayer_id_at_source: relayer_id_at_rialto,
|
||||
};
|
||||
|
||||
log::info!(
|
||||
target: "bridge",
|
||||
"Starting Rialto -> Millau messages relay. Rialto relayer account id: {:?}",
|
||||
lane.relayer_id_at_source,
|
||||
);
|
||||
|
||||
messages_relay::message_lane_loop::run(
|
||||
messages_relay::message_lane_loop::Params {
|
||||
lane: lane_id,
|
||||
|
||||
Reference in New Issue
Block a user