Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin-iancu committed Jan 17, 2024
1 parent e48f694 commit 722a874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/token-whitelist/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ multiversx_sc::imports!();
pub trait TokenWhitelistModule:
bls_signature::BlsSignatureModule + setup_phase::SetupPhaseModule + utils::UtilsModule
{
/// Tokens in the whitelist can be transfered without fees
/// Tokens in the whitelist can be transferred without fees
#[endpoint(addTokensToWhitelist)]
fn add_tokens_to_whitelist(
&self,
Expand Down Expand Up @@ -43,7 +43,7 @@ pub trait TokenWhitelistModule:
self.remove_items(&mut self.token_whitelist(), token_list.into_iter());
}

/// Tokens in blacklist cannot be transfered
/// Tokens in blacklist cannot be transferred
#[endpoint(addTokensToBlacklist)]
fn add_tokens_to_blacklist(
&self,
Expand Down

0 comments on commit 722a874

Please sign in to comment.