Merge branch 'master' into peer-dep
This commit is contained in:
@ -70,4 +70,6 @@ contract ERC20Pausable is Initializable, ERC20, Pausable {
|
||||
{
|
||||
return super.decreaseAllowance(spender, subtractedValue);
|
||||
}
|
||||
|
||||
uint256[50] private ______gap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user