Skip to content

Commit

Permalink
Fix transfer bug
Browse files Browse the repository at this point in the history
  • Loading branch information
leeren committed Nov 15, 2023
1 parent 1921a37 commit 3e6ab04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/modules/registration/RegistrationModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down

0 comments on commit 3e6ab04

Please sign in to comment.