From 8146cd72107caf910c469b96cd3f2b873cb7b449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Oliveira?= Date: Fri, 26 Feb 2021 16:33:25 +0000 Subject: [PATCH] fix: remove code for testing purposes --- lib/coin-utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/coin-utils.js b/lib/coin-utils.js index c19384d1..2fdbd45b 100644 --- a/lib/coin-utils.js +++ b/lib/coin-utils.js @@ -92,7 +92,7 @@ function buildUrl (cryptoCode, address) { } function blockchainDir () { - return '/mnt/blockchains' + return options.blockchainDir } function cryptoDir (cryptoRec) {