Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Aug 16, 2023
1 parent d06abcc commit cf302e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ contract StoreRegistrationSystem is IStoreRegistration, System {
) public virtual {
(address systemAddress, ) = Systems.get(ResourceSelector.from(ROOT_NAMESPACE, CORE_SYSTEM_NAME));

// We can't call IBaseWorld(this).registerSchema directly because it would be handled like
// We can't call IBaseWorld(this).registerTable directly because it would be handled like
// an external call, so msg.sender would be the address of the World contract
Call.withSender({
msgSender: _msgSender(),
Expand Down

0 comments on commit cf302e5

Please sign in to comment.