ElementsProject / lightning

Core Lightning — Lightning Network implementation focusing on spec compliance and performance
Other
2.81k stars 889 forks source link

anchors: dont include utxos which are csv locked #7687

Open rustyrussell opened 3 hours ago

rustyrussell commented 3 hours ago

When building a tx to spend now we shouldn't include CSV locked utxos as we want them to be immediately spendable.

(This is a subset of #7593)