-
Notifications
You must be signed in to change notification settings - Fork 618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Documentation and Improve Clarity in Smart Contracts #925
base: master
Are you sure you want to change the base?
Conversation
File
|
@@ -6,7 +6,7 @@ library LibAccessLayers { | |||
bytes32 constant ACCESS_LAYERS_STORAGE_POSITION = keccak256("lib.access.layer.storage"); | |||
|
|||
struct LayerStruct { | |||
address layerAddess; | |||
address layerAddress; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@peersky I assume you're okay with this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, thanks for fixing!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ERC7746 changes - LGTM!
@@ -6,7 +6,7 @@ library LibAccessLayers { | |||
bytes32 constant ACCESS_LAYERS_STORAGE_POSITION = keccak256("lib.access.layer.storage"); | |||
|
|||
struct LayerStruct { | |||
address layerAddess; | |||
address layerAddress; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, thanks for fixing!
@peersky ready to merge? |
This pull request addresses several documentation issues across multiple smart contract files. The changes include:
These changes aim to enhance the clarity and accuracy of the documentation, making it easier for developers to understand the functionality of the contracts.