nervosnetwork / cfn-node

3 stars 6 forks source link

Take transaction fee into consideration while building commitment transaction #87

Closed contrun closed 3 days ago

contrun commented 3 weeks ago

https://github.com/nervosnetwork/cfn-node/blob/f9e79b060f7329309eff752b7485bfacc91a629f/src/ckb/channel.rs#L3315

Currently, while building commitment transaction outputs, we didn't consider transaction fee. This will effectively make commitment transaction unbroadcastable.

doitian commented 1 week ago

Already done? cc @chenyukang

chenyukang commented 1 week ago

Will be done in this PR: https://github.com/nervosnetwork/cfn-node/pull/121