Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
increment storage offset for contract details
Browse files Browse the repository at this point in the history
for #39
  • Loading branch information
mikeseese committed Jun 15, 2018
1 parent 134fc17 commit 7d16af9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/variable/definition/processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ export class VariableProcessor {
else if (detail instanceof ContractDetail) {
this.storageCheckSpaceLeft(detail.storageLength);
this.applyStoragePosition(detail);
this.storageIncrementOffset(detail.storageLength);
this.storageCheckEndOfSlot();
}
}
Expand Down

0 comments on commit 7d16af9

Please sign in to comment.