lsp-client
lsp-client copied to clipboard
Client for accessing API of blocktank-server
From Bitkit v44 I had a pending transaction. Opened a channel with local balance through a [CPFP transaction ](https://mempool.space/tx/1cb023b2e2365654b709e709380e1bb24952bb7830f7695b85031a6b6a0bdd29)using the quick setup. After 36 confirmations, the on-chain funds sent to...
 I can work on this issue
It seems like the `min_channel_size` returned by `/v1/node/info` is ignored when using the API. Using a `local_balance` of 100 sats returns a success code. Is there a minimum size?
Hey there, just bought a channel on testnet using this API. It seems like `local_balance` and `remote_balance` should be switched: right now it's from the perspective of the server, it...
and added a link to the API docs