Skip to content
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

feat(rpc): deposit & withdraw calls using lnd #1481

Merged
merged 1 commit into from
Apr 21, 2020
Merged

Conversation

sangaman
Copy link
Collaborator

This adds new rpc calls that allow to get new deposit addresses and withdraw coins via xud. Currently these calls only support lnd.

Closes #1062.

@sangaman sangaman added grpc gRPC API lightning Lightning network & lnd integration labels Apr 15, 2020
@sangaman sangaman self-assigned this Apr 15, 2020
This adds new rpc calls that allow to get new deposit addresses and
withdraw coins via xud. Currently these calls only support lnd.

Closes #1062.
@sangaman sangaman merged commit 09d0bc1 into master Apr 21, 2020
@sangaman sangaman deleted the rpc/withdraw-deposit branch April 21, 2020 12:46
sangaman added a commit that referenced this pull request Apr 21, 2020
This resolves a merge issue between #1462 and #1481 where the
`loadXudClient` method was made async in the latter but still used like
a synchronous call in the former.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
grpc gRPC API lightning Lightning network & lnd integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add deposit/withdraw wallet calls to SwapClient
2 participants