-
Notifications
You must be signed in to change notification settings - Fork 179
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
Fixed direct-send RPC-API to accept list of UTXOs #1713
Fixed direct-send RPC-API to accept list of UTXOs #1713
Conversation
Thank you for the feedback. I will ensure the |
…saction and Updated wallet-rpc.yaml
Hey @kristapsk I am done with the requested changes. Could you please take a look when you have a moment 🙏 |
Hey @kristapsk if you have a moment, could you please take a look at |
I'm quite busy with other stuff currently, but will try to take a look at some point, if you will not be able to solve that yourself. |
Hey @kristapsk if you have a moment could you please |
…king, Added nullable:true in wallet-rpc.yaml
Hey, I don't know if I am correct, but I think creating a new PR from a new branch to fix this OpenAPI Diff issue.This way, the |
If it solves it, then there's bug in OpenAPI Diff action. Intent is for it to compare against master branch. But you could try! |
Oh, okay. Then why is the |
I did not meant to approve, it went wrong somehow... My apologies. |
This PR fixes #1712 and addresses joinmarket-webui/jam#772
Changes Made:
direct-send
API to accept a list ofUTXOs
specified by the user.UTXOs
for the transaction.validation checks
to ensure the specified UTXOs are part of theuser's wallet
and areunfrozen
.