Skip to content

Commit

Permalink
change calldata to memory
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Sep 22, 2023
1 parent e26da55 commit 491835f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ contract WorldRegistrationSystem is System, IWorldErrors {
*/
function registerRootFunctionSelector(
ResourceId systemId,
string calldata worldFunctionSignature,
string memory worldFunctionSignature,
bytes4 systemFunctionSelector
) public returns (bytes4 worldFunctionSelector) {
// Require the caller to own the root namespace
Expand Down

0 comments on commit 491835f

Please sign in to comment.