Damus
SpookyPaymentAtADistance profile picture
SpookyPaymentAtADistance
@spookypayment
this morning I noticed something strange on my node:

many channels on the graph are reported with capacity = 0.

for example:

```
lncli getchaninfo 978167325659758592
{
"channel_id": "978167325659758592",
"chan_point": "0000000000000000000000000000000000000000000000000000000000000000:0",
"last_update": 1777178098,
"node1_pub": "03905aed59919f322abcc107c3cb6767bc7d40ed175a9d143706fc211cad188157",
"node2_pub": "0395ab9ab6ac75949a648c5b7830ecea192c618df2fa6220154a5066878d9f439c",
"capacity": "0",
"node1_policy": {
"time_lock_delta": 100,
"min_htlc": "1000000",
"fee_base_msat": "0",
"fee_rate_milli_msat": "164",
"disabled": false,
"max_htlc_msat": "2970000000",
"last_update": 1777178098,
"custom_records": {},
"inbound_fee_base_msat": 0,
"inbound_fee_rate_milli_msat": 0
},
"node2_policy": {
"time_lock_delta": 40,
"min_htlc": "1000",
"fee_base_msat": "0",
"fee_rate_milli_msat": "100",
"disabled": false,
"max_htlc_msat": "2970000000",
"last_update": 1777178098,
"custom_records": {},
"inbound_fee_base_msat": 0,
"inbound_fee_rate_milli_msat": 0
},
"custom_records": {},
"auth_proof": null
}
```

checking it on mempool.space or amboss or similar services, the channel is a fine 3ml sats channel.

anyone else running the latest lnd (0.21.0-beta.rc1) noticed that? Should I report this as a bug or is it an issue with my own node?

#lnd #lightningnetwork
1
Filou · 2d
I have not updated to 0.21 yet but I would definitely say this should be reported if there’s no issue filed already