Skip to content

Commit

Permalink
Merge pull request #12 from OffchainLabs/stylus-erase
Browse files Browse the repository at this point in the history
Struct erase test
  • Loading branch information
rachel-bousfield authored Aug 12, 2023
2 parents 8ec3dde + 369c3f0 commit 671960b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mocks/SdkStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,7 @@ contract SdkStorage {
for (uint160 i = 0; i < 4; i++) {
delete maps.vects[address(i)];
}

structs.pop();
}
}

0 comments on commit 671960b

Please sign in to comment.