lsp-client icon indicating copy to clipboard operation
lsp-client copied to clipboard

Client for accessing API of blocktank-server

Results 5 lsp-client issues
Sort by recently updated
recently updated
newest added

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...

![214230801-e8ef698e-5805-4160-ab7e-d26877e363ea](https://user-images.githubusercontent.com/78967360/214574949-743e2c28-4993-4b04-81db-8c7e5b7a06ee.png) 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...