Skip to content

Commit

Permalink
revised Event.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
tanapl committed Jan 31, 2024
1 parent 7c598e7 commit 8ddb126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat/contracts/Event.sol
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ contract EventManager is OwnableUpgradeable {
return _groups;
}

function transferOwner(
function transferGroupOwner(
uint256 _groupId,
address _newOwnerAddress
) external whenNotPaused {
Expand Down

0 comments on commit 8ddb126

Please sign in to comment.