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
The default channel type is (appears to be) now anchors/even. This channel type is not represented in cln-grpc, causing deserialization of the ChannelTypeName enum to fail with:
Failed to deserialize response : unknown variant `anchors/even`, expected one of `static_remotekey/even`, `anchor_outputs/even`, `anchors_zero_fee_htlc_tx/even`, `scid_alias/even`, `zeroconf/even`
Steps to reproduce:
start up 2 connected core lightning nodes
call FundChannel over grpc
getinfo output
cln v24.08 on regtest
NOTE: This makes breez's lspd incompatible with cln v24.08 currently.
The text was updated successfully, but these errors were encountered:
Issue and Steps to Reproduce
The default channel type is (appears to be) now
anchors/even
. This channel type is not represented incln-grpc
, causing deserialization of theChannelTypeName
enum to fail with:Steps to reproduce:
getinfo
outputcln v24.08 on regtest
NOTE: This makes breez's
lspd
incompatible with cln v24.08 currently.The text was updated successfully, but these errors were encountered: