Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Conversation

@fragchain
Copy link

I noticed a typo in the constructor where the parameter masterChainid (lowercase d) was being passed to MultiOwnableWallet as masterChainId (uppercase D).

This would cause a compilation error due to Solidity's case sensitivity. I've fixed the parameter name to masterChainId to ensure consistency and avoid the error.

This change resolves the issue and ensures the code compiles correctly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant