From 181a66b7090f006446b9860e0d47549ed8a09459 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Sat, 21 Apr 2018 00:32:35 +0300 Subject: [PATCH] don't hardcode wallet name --- include/pages/statistics.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pages/statistics.inc.php b/include/pages/statistics.inc.php index ef55bcc5..c72c65b3 100644 --- a/include/pages/statistics.inc.php +++ b/include/pages/statistics.inc.php @@ -9,7 +9,7 @@ if (!$smarty->isCached('master.tpl', $smarty_cache_key)) { } else { $dDifficulty = 1; $iBlock = 0; - $_SESSION['POPUP'][] = array('CONTENT' => 'Unable to connect to litecoind RPC service: ' . $bitcoin->can_connect(), 'TYPE' => 'alert alert-danger'); + $_SESSION['POPUP'][] = array('CONTENT' => 'Unable to connect to RPC service: ' . $bitcoin->can_connect(), 'TYPE' => 'alert alert-danger'); } $smarty->assign("CURRENTBLOCK", $iBlock); $smarty->assign("DIFFICULTY", $dDifficulty);