From 3e6ab0420c02c44bea6765ac29ba30e81fead41b Mon Sep 17 00:00:00 2001 From: Leeren Chang Date: Wed, 15 Nov 2023 02:30:55 -0800 Subject: [PATCH] Fix transfer bug --- contracts/modules/registration/RegistrationModule.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/modules/registration/RegistrationModule.sol b/contracts/modules/registration/RegistrationModule.sol index 345395e3..3c9c181f 100644 --- a/contracts/modules/registration/RegistrationModule.sol +++ b/contracts/modules/registration/RegistrationModule.sol @@ -206,7 +206,7 @@ contract RegistrationModule is BaseModule, IRegistrationModule, AccessControlled /// @param from_ The current owner of the IP asset within the IP Org. /// @param to_ The new owner of the IP asset within the IP Org. function _transferIPAsset( - address ipOrg_, + IIPOrg ipOrg_, uint256 ipOrgAssetId_, address from_, address to_