I am not receiving the custom records with the inbound fees over gossip while using subscribeChannelGraph. When I query using feereport or getchaninfo I do see the inbound fees.
The custom record should have a field with the key 55555 for the inbound fees, or inbound_fee_base_msat and inbound_fee_rate_milli_msat should have another value than 0
Actual behaviour
custom_records: {} in channel_update from channel update subscription
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 subscription