Merge branch 'master' into peer-dep
This commit is contained in:
@ -24,4 +24,6 @@ contract ConditionalEscrow is Initializable, Escrow {
|
||||
require(withdrawalAllowed(payee));
|
||||
super.withdraw(payee);
|
||||
}
|
||||
|
||||
uint256[50] private ______gap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user