update
This commit is contained in:
@@ -100,6 +100,7 @@ contract YTLPToken is Initializable, ERC20Upgradeable, OwnableUpgradeable, UUPSU
|
||||
(bool success, ) = poolManager.call(
|
||||
abi.encodeWithSignature("onLPTransfer(address,address)", from, to)
|
||||
);
|
||||
require(success, "Failed to call onLPTransfer");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user