Skip to content

Commit d2bc545

Browse files
committed
Updated example
1 parent 6a576ee commit d2bc545

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contracts/Example.sol

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ contract Example {
55
struct Struct {
66
bool a;
77
uint256 b;
8-
uint16 c;
9-
uint16 d;
8+
uint64 c;
9+
uint64 d;
1010
address e;
1111
}
1212

@@ -15,7 +15,7 @@ contract Example {
1515

1616
uint256[10] __gap;
1717

18-
address _owner;
18+
address owner;
1919

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

0 commit comments

Comments
 (0)