Skip to content

Commit

Permalink
fix fee amount
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Dec 5, 2023
1 parent caa791b commit 19e6bbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ fn reserve_transfer_token() {
.find(|&event| matches!(
event,
RuntimeEvent::Balances(pallet_balances::Event::Deposit{ who, amount })
if who == &assethub_sovereign && *amount == 2200000000000
if who == &assethub_sovereign && *amount == 2680000000000
))
.is_some(),
"Assethub sovereign takes remote fee."
Expand Down

0 comments on commit 19e6bbe

Please sign in to comment.