good morning!!!!

Skip to content
Snippets Groups Projects
  1. Aug 24, 2021
  2. Aug 20, 2021
  3. Jun 29, 2021
  4. May 25, 2021
    • Felix Lange's avatar
      eth: unregister peer only when handler exits (#22908) · 836c647b
      Felix Lange authored
      This removes the error log message that says 
      
          Ethereum peer removal failed ... err="peer not registered"
      
      The error happened because removePeer was called multiple
      times: once to disconnect the peer, and another time when the
      handler exited. With this change, removePeer now has the sole
      purpose of disconnecting the peer. Unregistering happens exactly
      once, when the handler exits.
      836c647b
  5. Apr 09, 2021
  6. Feb 02, 2021
  7. Dec 14, 2020
Loading