mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +00:00
Fix insufficient balance when send message. (#1020)
* fix insufficient balance when send message. * Revert "fix insufficient balance when send message." This reverts commit b7a539c77b1eb0c6f7ccb1333e9fd2c4e18f8cbc. * More derived account used for send messages. * typo fix * trigger build
This commit is contained in:
@@ -310,12 +310,13 @@ impl<T: Config<I>, I: Instance> MessageDispatch<T::AccountId, T::MessageId> for
|
||||
|
||||
log::trace!(
|
||||
target: "runtime::bridge-dispatch",
|
||||
"Message {:?}/{:?} has been dispatched. Weight: {} of {}. Result: {:?}",
|
||||
"Message {:?}/{:?} has been dispatched. Weight: {} of {}. Result: {:?}. Call dispatch result: {:?}",
|
||||
source_chain,
|
||||
id,
|
||||
dispatch_result.unspent_weight,
|
||||
message.weight,
|
||||
dispatch_result,
|
||||
result,
|
||||
);
|
||||
|
||||
Self::deposit_event(RawEvent::MessageDispatched(
|
||||
|
||||
Reference in New Issue
Block a user