Skip to content

Commit

Permalink
Update contracts/InterchainTokenFactory.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth authored Nov 4, 2023
1 parent effc82f commit 6518702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/InterchainTokenFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ contract InterchainTokenFactory is IInterchainTokenFactory, ITokenManagerType, M

ITokenManager tokenManager = ITokenManager(service.tokenManagerAddress(tokenId));
tokenManager.removeFlowLimiter(address(this));
if(distributor != address(0)) tokenManager.addFlowLimiter(distributor);
if (distributor != address(0)) tokenManager.addFlowLimiter(distributor);
tokenManager.transferOperatorship(distributor);
}
}
Expand Down

0 comments on commit 6518702

Please sign in to comment.