whphhg / vcash-electron

Multi-platform and multi-node GUI for Vcash.
GNU General Public License v3.0
38 stars 18 forks source link

Coin control #32

Open whphhg opened 6 years ago

whphhg commented 6 years ago

I've added the ability to select unspent transaction outputs on the sending screen, but it's not yet possible to sign (missing SignRawTransaction RPC) and send the custom transaction.

CreateRawTransaction using the selected utxo and recipients returns a correct unsigned serialized transaction that can be decoded using DecodeRawTransaction.

Also, I'm not sure how to calculate the fee and return the remainder to a change address.