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
The code that sends and traces of funding/closing transaction above only lives in the memory. The node may fail anytime when we are still waiting for the sending/tracing results. We need to retry the sending/tracing on a new startup of the node. Of course, this requires persisting relevant information first.
The text was updated successfully, but these errors were encountered:
https://github.com/contrun/fiber/blob/832a4033e7dcce5404db4bd120808c3e1d8aa785/src/fiber/network.rs#L2342-L2378
The code that sends and traces of funding/closing transaction above only lives in the memory. The node may fail anytime when we are still waiting for the sending/tracing results. We need to retry the sending/tracing on a new startup of the node. Of course, this requires persisting relevant information first.
The text was updated successfully, but these errors were encountered: