Skip to content

Commit

Permalink
update func name
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Aug 31, 2023
1 parent 7b140f4 commit 7e69588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/ImmutableVault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ contract ImmutableVault is AccessControl {
/// @param _tokenAddress The token address.
/// @param _tokenId The token identifier.
/// @param _roleAssignments The role assignment struct.
function batchRoleAssignmentRole(
function batchGrantRole(
uint256 _nonce,
address _tokenAddress,
uint256 _tokenId,
Expand Down

0 comments on commit 7e69588

Please sign in to comment.