Skip to content

Commit

Permalink
Merge c25d5a2 into 6de1b4d
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewjablack committed Sep 5, 2019
2 parents 6de1b4d + c25d5a2 commit 4cfa846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bitcoin-rpc-provider/lib/BitcoinRpcProvider.js
Expand Up @@ -166,7 +166,7 @@ export default class BitcoinRpcProvider extends JsonRpcProvider {
}

async signRawTransaction (hexstring, prevtxs, privatekeys, sighashtype) {
return this.jsonrpc('signrawtransaction', hexstring, prevtxs, privatekeys)
return this.jsonrpc('signrawtransactionwithwallet', hexstring, prevtxs, privatekeys)
}

async createRawTransaction (transactions, outputs) {
Expand Down

0 comments on commit 4cfa846

Please sign in to comment.