Skip to content

Commit

Permalink
more typo
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvol committed Jan 26, 2024
1 parent 3c72fa6 commit d51a58f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ contract FeeCurrencyWhitelist is
}

function setUnderlyinToken(address tokenAddress) external onlyOwner() {
// TODO add remove UnderlyinToken
underlyingTokens.push(tokenAddress);
emit UnderlyinTokenSet(tokenAddress);
}
Expand Down

0 comments on commit d51a58f

Please sign in to comment.