From 943cfed41a8ac75f6345d0013622af3590abe35e Mon Sep 17 00:00:00 2001 From: John Date: Wed, 21 Apr 2021 13:39:43 -0400 Subject: [PATCH] Update nodeStats.js Fix for bitcoin port --- src/store/api/node/nodeStats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/api/node/nodeStats.js b/src/store/api/node/nodeStats.js index 263e834..d020d57 100644 --- a/src/store/api/node/nodeStats.js +++ b/src/store/api/node/nodeStats.js @@ -65,7 +65,7 @@ module.exports = ({ define }) => { const litecoinClient = new litecoin.Client({ host: '127.0.0.1', - port: 9332, + port: 8332, user: 'futurebit', pass: 'futurebit', timeout: 30000,