Background
I am looking to create a custom route in the REST API. Especially when creating routes that dont originate at your own node, the queryroute API does not help.
Your environment
- version of
lnd
LND master
- which operating system (
uname -a on *Nix)
ubuntu
- version of
btcd, bitcoind, or other backend
btcd
- any other relevant environment details
Unrelated, but what is the format LND is expecting for arrays in query parameters? queryroute uses an array for 'ignored_nodes', and I cannot get it to work.
Background
I am looking to create a custom route in the REST API. Especially when creating routes that dont originate at your own node, the queryroute API does not help.
Your environment
lndLND master
uname -aon *Nix)ubuntu
btcd,bitcoind, or other backendbtcd
Unrelated, but what is the format LND is expecting for arrays in query parameters? queryroute uses an array for 'ignored_nodes', and I cannot get it to work.