Skip to content

Commit 181a66b

Browse files
authored
don't hardcode wallet name
1 parent 8fa8d6c commit 181a66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pages/statistics.inc.php

Lines changed: 1 addition & 1 deletion
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)