|
I'm using the ldk-sample to open a channel to a peer running locally on a mobile simulator in regtest. Currently unable to send payments due to no route being found. Also the channel opens but the Also seeing Logs - logs.txt |
Replies: 1 comment 6 replies
How are you syncing the mobile node? This would indicate that the funding transaction is never marked confirmed with the node. |
Mh, when looking at the mobile logs it doesn't seem like you are connecting any blocks after the channel open. So the sample node sends
ChannelReady, but the mobile node doesn't as it never sees the funding tx confirmed.Will follow-up on the syncing code on Discord.