mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 17:01:09 +00:00
fixed wrong trace (#1075)
This commit is contained in:
committed by
Bastian Köcher
parent
4f7b0d3b19
commit
562fac801d
@@ -313,7 +313,7 @@ impl<T: Config<I>, I: Instance> MessageDispatch<T::AccountId, T::MessageId> for
|
||||
"Message {:?}/{:?} has been dispatched. Weight: {} of {}. Result: {:?}. Call dispatch result: {:?}",
|
||||
source_chain,
|
||||
id,
|
||||
dispatch_result.unspent_weight,
|
||||
actual_call_weight,
|
||||
message.weight,
|
||||
dispatch_result,
|
||||
result,
|
||||
|
||||
Reference in New Issue
Block a user