Skip to content

Missing onchain operations #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
roeierez opened this issue Apr 3, 2023 · 2 comments · Fixed by #61
Closed

Missing onchain operations #58

roeierez opened this issue Apr 3, 2023 · 2 comments · Fixed by #61

Comments

@roeierez
Copy link

roeierez commented Apr 3, 2023

Going over the interface I didn't see a way to interact with the underline onchain wallet so currently for example I don't see a way to spend utxos that are the result of closed channels.
Are there any plans to add such API to the interface? Or is it deliberately designed like this and the intention it to access the wallet in some other way?

@tnull
Copy link
Collaborator

tnull commented Apr 4, 2023

Going over the interface I didn't see a way to interact with the underline onchain wallet so currently for example I don't see a way to spend utxos that are the result of closed channels. Are there any plans to add such API to the interface? Or is it deliberately designed like this and the intention it to access the wallet in some other way?

Uh, thank you for reporting this! It's a good point, the omission of a way to spend on-chain funds is really an oversight. Previously we only allowed to generate new addresses to receive on-chain, query the current balances, and fund channels.
This is now fixed with #61.

@roeierez
Copy link
Author

roeierez commented Apr 4, 2023

@tnull Thanks a lot for the quick response! I will take a look.

@tnull tnull closed this as completed in #61 Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants