From ad81bcbadd538b9b9a4d6755f9b7fa73d780c644 Mon Sep 17 00:00:00 2001 From: pbca26 Date: Tue, 7 Nov 2017 21:27:12 +0300 Subject: [PATCH] missing lisstransactions param --- routes/shepherd/dashboardUpdate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/shepherd/dashboardUpdate.js b/routes/shepherd/dashboardUpdate.js index d8db845..c40d6e4 100644 --- a/routes/shepherd/dashboardUpdate.js +++ b/routes/shepherd/dashboardUpdate.js @@ -264,7 +264,7 @@ module.exports = (shepherd) => { if (_call === 'listtransactions') { _params = [ - '', + '*', 300, 0 ];