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
We need to re-implement handleOperatorRemoved as it currently doing nothing
// TODO: In original handler we didn't delete operator data, so this behavior was preserved. However we likely need to.// TODO: Delete operator from all the shares.// var shares []Share// for _, s := range nodeStorage.Shares().List() {// // if operator in committee, delete him from it:// // shares = append(shares, s)// }// nodeStorage.Shares().Save(shares)// err = eh.nodeStorage.DeleteOperatorData(txn, od.ID)// if err != nil {// return err// }
The text was updated successfully, but these errors were encountered:
We need to re-implement
handleOperatorRemoved
as it currently doing nothingThe text was updated successfully, but these errors were encountered: