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
basically, this is a land mine, and while it isn't smartnode's fault, if rocketpool node deposit exits with an error smartnode should delete the derived keys (but not decrement next_account).
This can be easily done with a defer that checks a bool that is only set on success, and if that bool is false, the keys are deleted
The text was updated successfully, but these errors were encountered:
basically, this is a land mine, and while it isn't smartnode's fault, if
rocketpool node deposit
exits with an error smartnode should delete the derived keys (but not decrement next_account).This can be easily done with a
defer
that checks a bool that is only set on success, and if that bool is false, the keys are deletedThe text was updated successfully, but these errors were encountered: