• Matthew Slipper's avatar
    op-node: Noop RemovePeer when closing (#13091) · 75a367fc
    Matthew Slipper authored
    Sometimes, disconnection events happen after the sync client is closed. This can (among other things) lead to panics in tests due to logs occurring after the test has exited. This PR makes RemovePeer a noop when `s.closingPeers == true`, which is the same functionality as `AddPeer`.
    75a367fc