pull down to refresh

I'm running a lightning node using LND and just upgraded in order to fix the bug that was discovered earlier today. Of the 6 channels, 4 are already connected. Two are not connected presumably because they are running LND and haven't upgraded yet. None were forced closed. That's fairly resilient.
My node is back in pretty much normal operation as well. What surprises me even more is that more than 90% of my peers are also up and running. That's a fast recovery.
reply
It was a very simple bug, and very simple to fix. Have you seen the size of the witness on the offending transaction? It's 998 * ~66 byte long signatures. The updated value will tolerate a transaction so large it exceeds the block size limit, so it's not going to happen again.
reply