mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
fix typo (#2635)
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ fn teleport_native_assets_from_relay_to_assets_para() {
|
|||||||
Statemint,
|
Statemint,
|
||||||
vec![
|
vec![
|
||||||
RuntimeEvent::Balances(pallet_balances::Event::Deposit { who, .. }) => {
|
RuntimeEvent::Balances(pallet_balances::Event::Deposit { who, .. }) => {
|
||||||
who: *who == StatemineReceiver::get().into(),
|
who: *who == StatemintReceiver::get().into(),
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user