mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 17:01:09 +00:00
cargo fmt
This commit is contained in:
@@ -118,7 +118,13 @@ pub mod pallet {
|
||||
) {
|
||||
Ok((hash, cost)) => {
|
||||
Pings::<T>::insert(seq, n);
|
||||
Self::deposit_event(Event::PingSent(para, seq, payload.to_vec(), hash, cost));
|
||||
Self::deposit_event(Event::PingSent(
|
||||
para,
|
||||
seq,
|
||||
payload.to_vec(),
|
||||
hash,
|
||||
cost,
|
||||
));
|
||||
},
|
||||
Err(e) => {
|
||||
Self::deposit_event(Event::ErrorSendingPing(
|
||||
|
||||
@@ -22,7 +22,10 @@
|
||||
use codec::Encode;
|
||||
use cumulus_primitives_core::{MessageSendError, UpwardMessageSender};
|
||||
use frame_support::{
|
||||
traits::{Get, tokens::{fungibles, fungibles::Inspect}},
|
||||
traits::{
|
||||
tokens::{fungibles, fungibles::Inspect},
|
||||
Get,
|
||||
},
|
||||
weights::Weight,
|
||||
};
|
||||
use polkadot_runtime_common::xcm_sender::ConstantPrice;
|
||||
|
||||
Reference in New Issue
Block a user