We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f3dafd + 181a66b commit 3ddf6cbCopy full SHA for 3ddf6cb
include/pages/statistics.inc.php
@@ -9,7 +9,7 @@
9
} else {
10
$dDifficulty = 1;
11
$iBlock = 0;
12
- $_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');
13
}
14
$smarty->assign("CURRENTBLOCK", $iBlock);
15
$smarty->assign("DIFFICULTY", $dDifficulty);
0 commit comments