Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add P2WSH handling to wallet database (#1107)
* Add createrawtransaction RPC method * Better handling of Sequence field, and safer defaults * Fix case where fundrawtransaction is called for the watch-only account * Add protocol version overloads for CreateTransaction * Check that createrawtransaction RPC client works for SFN/bitcoind * Modify createrawtransaction RPC to return string response * Fix RPC middleware to correctly handle non-JSON RPC responses * Remove accidental duplication * Fix test * Revert middleware change and add additional test * Add P2WSH handling to wallet database
- Loading branch information