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 = {};
|
options = {};
|
||||||
|
|
||||||
return mtx.fund(coins, {
|
return mtx.fund(coins, {
|
||||||
selection: options.selection,
|
selection: options.selection || 'age',
|
||||||
round: options.round,
|
round: options.round,
|
||||||
depth: options.depth,
|
depth: options.depth,
|
||||||
hardFee: options.hardFee,
|
hardFee: options.hardFee,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user