Closed
Description
I am trying to connect ldk-sample
and lnd
, but it seems that ldk isn't sending out its NodeAnnouncement.
Repro:
- Run
lnd v0.16.2-beta
andldk-sample 7aceee96f2642d6dd7ef391a4d25df08cc3b9c2d
(log on gossip level) lncli connect
lncli openchannel
- Mine 6 blocks
- -> Channel is now active on both sides
- ->
lncli describegraph
has no info on ldk node. Waiting several minutes for the 60s timer to fire doesn't make a difference.
{
"last_update": 0,
"pub_key": "025573862d8cac78b7d9c6d7e59bc682b55685c8d56cb5fda119459540731c756d",
"alias": "",
"addresses": [
],
"color": "#000000",
"features": {
},
"custom_records": {
}
},
Logs attached. In these logs you can see that I also tried to restart, but didn't fix it either.
Metadata
Metadata
Assignees
Labels
No labels