mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 05:51:02 +00:00
Fix teleport accounting and add some events (#3167)
* Stuff to help inspect the DMP activity * Fix teleport accounting * Fixes * Fixes * Fixes * Fixes
This commit is contained in:
@@ -474,6 +474,7 @@ parameter_types! {
|
||||
}
|
||||
|
||||
impl parachains_ump::Config for Runtime {
|
||||
type Event = Event;
|
||||
type UmpSink = ();
|
||||
type FirstMessageFactorPercent = FirstMessageFactorPercent;
|
||||
}
|
||||
@@ -531,6 +532,7 @@ construct_runtime! {
|
||||
ParasSudoWrapper: paras_sudo_wrapper::{Pallet, Call},
|
||||
SessionInfo: parachains_session_info::{Pallet, Call, Storage},
|
||||
Hrmp: parachains_hrmp::{Pallet, Call, Storage, Event},
|
||||
Ump: parachains_ump::{Pallet, Call, Storage, Event},
|
||||
|
||||
Sudo: pallet_sudo::{Pallet, Call, Storage, Config<T>, Event<T>},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user