test: fix chain test.

This commit is contained in:
Christopher Jeffrey 2017-03-08 17:09:35 -08:00
parent eedc563903
commit 70a0147080
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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,