nervosnetwork / fiber

15 stars 8 forks source link

Properly handle temporary and permanant funding transaction failure #122

Open contrun opened 2 months ago

contrun commented 2 months ago

We currently left handling funding transaction failure (errors like invalid transaction or failure in broadcasting transaction) unimplemented! https://github.com/nervosnetwork/cfn-node/blob/f84cb3d7fceb3087de0d60ae4cb76cfe2a773780/src/ckb/network.rs#L492 . We need a better solution than this.