mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
looprpc: expose static autoloop output
Extend the public rpc surface for static autoloop integration without turning the planner on yet. SuggestSwaps responses can now carry static-address loop-in requests and the new planner reason for missing static candidates is mapped over rpc.
This commit is contained in:
parent
7cf0a87c2b
commit
e467ac932b
8 changed files with 201 additions and 110 deletions
|
|
@ -46,7 +46,8 @@
|
|||
"{\n",
|
||||
" \"disqualified\": [],\n",
|
||||
" \"loop_in\": [],\n",
|
||||
" \"loop_out\": []\n",
|
||||
" \"loop_out\": [],\n",
|
||||
" \"static_loop_in\": []\n",
|
||||
"}\n"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue