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 = {
|
||||
lockTime: null,
|
||||
signhash: bitcore.Transaction.SIGNHASH_ALL,
|
||||
fee: null,
|
||||
feeSat: null,
|
||||
fee: undefined,
|
||||
feeSat: undefined,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue