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 enlarge this time duration so that we can successfully process funding transaction confirmation event. This unconfirmed funding transaction information has to be persisted, because otherwise we can't handle the node being shutdown immediately after broadcasting funding transaction while before funding transaction being confirmed.
The text was updated successfully, but these errors were encountered:
Currently, the funding transaction has to have 4 confirmations in 60s https://github.com/contrun/fiber/blob/0f6c5f5e18532a1b3b520788eb9168cbbace179d/src/fiber/network.rs#L1302-L1307 https://github.com/contrun/fiber/blob/0f6c5f5e18532a1b3b520788eb9168cbbace179d/src/fiber/network.rs#L63
We need to enlarge this time duration so that we can successfully process funding transaction confirmation event. This unconfirmed funding transaction information has to be persisted, because otherwise we can't handle the node being shutdown immediately after broadcasting funding transaction while before funding transaction being confirmed.
The text was updated successfully, but these errors were encountered: