From a7d5c72fdcc60b701caf1c761be11f73f53e1ff7 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Tue, 28 May 2019 19:14:15 -0300 Subject: [PATCH] add gap to erc20snapshot --- contracts/drafts/ERC20Snapshot.sol | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contracts/drafts/ERC20Snapshot.sol b/contracts/drafts/ERC20Snapshot.sol index 685de1ec0..6209b81c5 100644 --- a/contracts/drafts/ERC20Snapshot.sol +++ b/contracts/drafts/ERC20Snapshot.sol @@ -137,4 +137,6 @@ contract ERC20Snapshot is Initializable, ERC20 { return ids[ids.length - 1]; } } + + uint256[50] private ______gap; }