Skip to content

No route hints in payment request (LDK -> LND -> LDK) #54

Closed
@tanx

Description

@tanx

I've tried starting my LDK demo app on two different iPhones and opened a channel from alice to each of them (with enough liquidity both ways). When I try to send sats from one phone to the other LDK says "No usable channel found" which makes sense since both channels from alice to the iPhones are private. But opening a channel with --private=false does not work. Is the LDK module somehow preconfigured to reject non-private channels? If so how would I test sending from one phone to another? Thanks

lnd@alice:/$ lncli openchannel --node_key=034bcb36c4e2f56e8b864620d6a1d823af738ad4dcaa0cd55a4799df15a3006717 --local_amt=100000 --push_amt=50000 --private=false
[lncli] rpc error: code = Unknown desc = received funding error from 034bcb36c4e2f56e8b864620d6a1d823af738ad4dcaa0cd55a4799df15a3006717: chan_id=2785db16c2f1a4d8be832cc39541ca66c8e9c662dbb1e5079f7ef3b33a89763e, err=Peer tried to open channel but their announcement preference is different from ours

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions