fix sighash opts + add tests
This commit is contained in:
parent
f87030c6cb
commit
765d3dd658
2 changed files with 20 additions and 2 deletions
|
|
@ -107,7 +107,7 @@ inherits(Wallet, events.EventEmitter);
|
|||
*/
|
||||
Wallet.builderOpts = {
|
||||
lockTime: null,
|
||||
signhash: bitcore.Transaction.SIGNHASH_ALL,
|
||||
signhash: bitcore.Transaction.SIGHASH_ALL,
|
||||
fee: undefined,
|
||||
feeSat: undefined,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue