btcd
btcd copied to clipboard
Integration: Specify inputs to transcation
Currently it's not possible to specify inputs when constructing a transaction using the in memory wallet
That's correct, then CreateTransaction method can extended to accept inputs (or just make a new version really), then skip out on the call to fundTx, and use those inputs directly.