File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 4040 pre-signed transactions, relying on anchor bumps instead. They also utilize
4141 the new TRUC + ephemeral dust policy in Bitcoin Core 29 to substantially
4242 improve the lightning security model. This requires having a path of Bitcoin
43- Core 29+ nodes between you and a miner for transactions to be mined. This
44- only works with LDK peers, and feature signaling may change in a future
45- version of LDK, breaking compatibility. This is negotiated automatically for
46- manually-accepted inbound channels and negotiated for outbound channels based
47- on ` ChannelHandshakeConfig::negotiate_anchor_zero_fee_commitments ` .
43+ Core 29+ nodes between you and a miner for transactions to be mined. Bitcoin
44+ Knots 29+ nodes should be configured with
45+ ` permitephemeral=anchor,-send,dust ` , and ` mempooltruc=enforce ` to propagate
46+ these transactions. 0FC channels currently only work with LDK peers, and
47+ feature signaling may change in a future version of LDK, breaking
48+ compatibility. This is negotiated automatically for manually-accepted inbound
49+ channels and negotiated for outbound channels based on
50+ ` ChannelHandshakeConfig::negotiate_anchor_zero_fee_commitments ` .
4851 * ` Event::BumpTransaction ` is now always generated even if the transaction has
4952 sufficient fee. This allows you to manage transaction broadcasting more
5053 granularly for anchor channels (#4001 ).
You can’t perform that action at this time.
0 commit comments