joinmarket-clientserver icon indicating copy to clipboard operation
joinmarket-clientserver copied to clipboard

Fixed direct-send RPC-API to accept list of UTXOs

Open amitx13 opened this issue 4 weeks ago • 4 comments

This PR fixes #1712 and addresses https://github.com/joinmarket-webui/jam/issues/772 Changes Made:

  1. Updated the direct-send API to accept a list of UTXOs specified by the user.
  2. Implemented backend logic to handle the selection of these UTXOs for the transaction.
  3. Added necessary validation checks to ensure the specified UTXOs are part of the user's wallet and are unfrozen.

amitx13 avatar Jun 09 '24 13:06 amitx13