Skip to content

Commit 3ddf6cb

Browse files
authored
Merge pull request #2717 from r4sas/statistics-patch
don't hardcode wallet name
2 parents 8f3dafd + 181a66b commit 3ddf6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pages/statistics.inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
} else {
1010
$dDifficulty = 1;
1111
$iBlock = 0;
12-
$_SESSION['POPUP'][] = array('CONTENT' => 'Unable to connect to litecoind RPC service: ' . $bitcoin->can_connect(), 'TYPE' => 'alert alert-danger');
12+
$_SESSION['POPUP'][] = array('CONTENT' => 'Unable to connect to RPC service: ' . $bitcoin->can_connect(), 'TYPE' => 'alert alert-danger');
1313
}
1414
$smarty->assign("CURRENTBLOCK", $iBlock);
1515
$smarty->assign("DIFFICULTY", $dDifficulty);

0 commit comments

Comments
 (0)