Skip to content

Commit

Permalink
Updated example
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Oct 5, 2022
1 parent e8d7a91 commit c820849
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/Example.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ contract Example {
struct Struct {
bool a;
uint256 b;
uint16 c;
uint16 d;
uint64 c;
uint64 d;
address e;
}

Expand All @@ -15,7 +15,7 @@ contract Example {

uint256[10] __gap;

address _owner;
address owner;

mapping(address => Struct[]) structOf;
}

0 comments on commit c820849

Please sign in to comment.