Skip to content

Commit

Permalink
matrix to json
Browse files Browse the repository at this point in the history
Signed-off-by: Fedor Partanskiy <fredprtnsk@gmail.com>
  • Loading branch information
pfi79 committed Jun 11, 2024
1 parent 24620f0 commit 660e2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cc/access_matrix.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ func (c *ACL) GetAccountOperationRight(stub shim.ChaincodeStubInterface, args []
return shim.Success(rawResult)
}

// GetAccountOperationRightJson checks address have rights for the operation
// GetAccountOperationRightJSON checks address have rights for the operation
// args[0] -> channelName
// args[1] -GetOperationAllRights> chaincodeName
// args[2] -> roleName
Expand Down

0 comments on commit 660e2cc

Please sign in to comment.