Skip to content

Commit caeb019

Browse files
alvrsfrolic
andcommitted
Update packages/world/src/modules/init/constants.sol
Co-authored-by: Kevin Ingersoll <[email protected]>
1 parent d1f6bff commit caeb019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/world/src/modules/init/constants.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ ResourceId constant REGISTRATION_SYSTEM_ID = ResourceId.wrap(
4343
* @dev This ID is derived from the RESOURCE_SYSTEM type, the ROOT_NAMESPACE, and the system name.
4444
*/
4545
ResourceId constant CALL_WITH_SIGNATURE_SYSTEM_ID = ResourceId.wrap(
46-
(bytes32(abi.encodePacked(RESOURCE_SYSTEM, ROOT_NAMESPACE, "CallWithSignature")))
46+
(bytes32(abi.encodePacked(RESOURCE_SYSTEM, ROOT_NAMESPACE, bytes16("CallWithSignatur"))))
4747
);

0 commit comments

Comments
 (0)