Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed Oct 23, 2023
1 parent 8d086b8 commit dd393c7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ mod same_currencies {

let sending_domain_locator = Domain::convert(DEFAULT_DOMAIN_ADDRESS_MOONBEAM.domain());
Tokens::mint_into(AUSD_CURRENCY_ID, &sending_domain_locator, AUSD_ED).unwrap();
Tokens::mint_into(AUSD_CURRENCY_ID, &investor, AUSD_ED + AUSD_ED).unwrap();

// Create new pool
create_currency_pool(pool_id, currency_id, currency_decimals.into());
Expand Down

0 comments on commit dd393c7

Please sign in to comment.