You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// User can only set this backup address before deployment to casper, also partners cannot set this address to their own to prevent them accessing the users funds after the set withdrawal backup period expires
276
-
if ((rocketPoolMini.getStatus() ==0|| rocketPoolMini.getStatus() ==1) &&_newUserAddressUsedForDeposit !=0&&rocketPoolMini.getUserPartner(msg.sender) != _newUserAddressUsedForDeposit) {
283
+
if ((rocketPoolMini.getStatus() ==0|| rocketPoolMini.getStatus() ==1) && rocketPoolMini.getUserPartner(msg.sender) != _newUserAddressUsedForDeposit) {
277
284
if (rocketPoolMini.setUserAddressBackupWithdrawal(msg.sender, _newUserAddressUsedForDeposit)) {
0 commit comments