[bug]: Inbound fees are not in the gossip message when using subscribeChannelGraph
#8722
Labels
bug
Unintended code behaviour
inbound fee
Changes related to inbound routing fee
P2
should be fixed if one has time
rpc
Related to the RPC interface
Milestone
Background
I am not receiving the custom records with the inbound fees over gossip while using
subscribeChannelGraph
. When I query usingfeereport
orgetchaninfo
I do see the inbound fees.Using rpc subscription:
Running
getchaninfo
:I guess the fields are missing in
ChannelEdgeUpdate
Your environment
Running using Polar in docker on v0.18.0-beta.rc1
Steps to reproduce
Subscribe to
channel_updated
usingsubscribeChannelGraph
. Update the inbound fee using:lncli updatechanpolicy --inbound_base_fee_msat -50 100 100 80
https://lightning.engineering/api-docs/api/lnd/lightning/subscribe-channel-graph/index.html
Expected behaviour
The custom record should have a field with the key
55555
for the inbound fees, orinbound_fee_base_msat
andinbound_fee_rate_milli_msat
should have another value than0
Actual behaviour
custom_records: {}
inchannel_update
from channel update subscriptionThe text was updated successfully, but these errors were encountered: