test: fix Wallet test pertaining to null/0 fees.
This commit is contained in:
parent
0a1fab8e2a
commit
125b8a807b
1 changed files with 2 additions and 2 deletions
|
|
@ -108,8 +108,8 @@ inherits(Wallet, events.EventEmitter);
|
||||||
Wallet.builderOpts = {
|
Wallet.builderOpts = {
|
||||||
lockTime: null,
|
lockTime: null,
|
||||||
signhash: bitcore.Transaction.SIGNHASH_ALL,
|
signhash: bitcore.Transaction.SIGNHASH_ALL,
|
||||||
fee: null,
|
fee: undefined,
|
||||||
feeSat: null,
|
feeSat: undefined,
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue