Skip to content

Commit

Permalink
Comment about TUSD in fixMediatorBalance (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
k1rill-fedoseev authored Apr 6, 2021
1 parent 09e0faf commit f2d9028
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contracts/upgradeable_contracts/BasicOmnibridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ abstract contract BasicOmnibridge is
* @dev Allows to send to the other network the amount of locked tokens that can be forced into the contract
* without the invocation of the required methods. (e. g. regular transfer without a call to onTokenTransfer)
* @param _token address of the token contract.
* Before calling this method, it must be carefully investigated how imbalance happened
* in order to avoid an attempt to steal the funds from a token with double addresses
* (e.g. TUSD is accessible at both 0x8dd5fbCe2F6a956C3022bA3663759011Dd51e73E and 0x0000000000085d4780B73119b644AE5ecd22b376)
* @param _receiver the address that will receive the tokens on the other network.
*/
function fixMediatorBalance(address _token, address _receiver)
Expand Down

0 comments on commit f2d9028

Please sign in to comment.