Skip to content

Commit

Permalink
Add gap to the base contract
Browse files Browse the repository at this point in the history
  • Loading branch information
HardlyDifficult committed Aug 1, 2020
1 parent 7a9f9d6 commit 64e21eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/ContinuousOffering.sol
Expand Up @@ -964,4 +964,6 @@ contract ContinuousOffering
require(recoveredAddress != address(0) && recoveredAddress == owner, "INVALID_SIGNATURE");
_approve(owner, spender, value);
}

uint256[50] private __gap;
}

0 comments on commit 64e21eb

Please sign in to comment.