Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix typo (#2635)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilescope authored May 25, 2023
1 parent 7e7209b commit aa147f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fn teleport_native_assets_from_relay_to_assets_para() {
Statemint,
vec![
RuntimeEvent::Balances(pallet_balances::Event::Deposit { who, .. }) => {
who: *who == StatemineReceiver::get().into(),
who: *who == StatemintReceiver::get().into(),
},
]
);
Expand Down

0 comments on commit aa147f0

Please sign in to comment.