From 70a0147080b4bffcc9a9801150f027676318fc2d Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 8 Mar 2017 17:09:35 -0800 Subject: [PATCH] test: fix chain test. --- test/util/memwallet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/util/memwallet.js b/test/util/memwallet.js index 5d756f38..d91542df 100644 --- a/test/util/memwallet.js +++ b/test/util/memwallet.js @@ -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,