Fixed direct-send RPC-API to accept list of UTXOs#1713
Fixed direct-send RPC-API to accept list of UTXOs#1713amitx13 wants to merge 14 commits intoJoinMarket-Org:masterfrom
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-sendAPI to accept a list ofUTXOsspecified by the user.UTXOsfor the transaction.validation checksto ensure the specified UTXOs are part of theuser's walletand areunfrozen.