Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mertwole committed Dec 21, 2024
1 parent 34c293c commit acc41ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub async fn request_bridging<T: ExecContext>(
sender,
amount,
receiver,
token_supply: TokenSupply::Ethereum,
token_supply: supply_type,
};

msg_tracker_mut().insert_message_info(
Expand Down

0 comments on commit acc41ef

Please sign in to comment.