Skip to content

Fix typo in constructor assignment#48

Open
Akkii4 wants to merge 1 commit intoMoralisWeb3:mainfrom
Akkii4:patch-1
Open

Fix typo in constructor assignment#48
Akkii4 wants to merge 1 commit intoMoralisWeb3:mainfrom
Akkii4:patch-1

Conversation

@Akkii4
Copy link

@Akkii4 Akkii4 commented May 21, 2023

This commit fixes a typo in the constructor of the NFT marketplace contract. The original code used '==' instead of '=', which resulted in an incorrect comparison and failed to assign the correct value to the 'owner' variable. The updated code uses the correct assignment operator, which ensures that the 'owner' variable is properly initialized with the address of the contract creator.

This commit fixes a typo in the constructor of the NFT marketplace contract. The original code used '==' instead of '=', which resulted in an incorrect comparison and failed to assign the correct value to the 'owner' variable. The updated code uses the correct assignment operator, which ensures that the 'owner' variable is properly initialized with the address of the contract creator.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant