Skip to content

Commit

Permalink
Merge pull request MPOS#2717 from r4sas/statistics-patch
Browse files Browse the repository at this point in the history
don't hardcode wallet name
  • Loading branch information
TheSerapher authored Apr 25, 2018
2 parents 8f3dafd + 181a66b commit 3ddf6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pages/statistics.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
} 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);
Expand Down

0 comments on commit 3ddf6cb

Please sign in to comment.