test: fix chain test.
This commit is contained in:
parent
eedc563903
commit
70a0147080
@ -367,7 +367,7 @@ MemWallet.prototype.fund = function fund(mtx, options) {
|
||||
options = {};
|
||||
|
||||
return mtx.fund(coins, {
|
||||
selection: options.selection,
|
||||
selection: options.selection || 'age',
|
||||
round: options.round,
|
||||
depth: options.depth,
|
||||
hardFee: options.hardFee,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user