Merge branch 'next' into issue-444-theserapher
This commit is contained in:
commit
8c5f8df07e
@ -17,7 +17,7 @@ if ($bitcoin->can_connect() === true) {
|
||||
$dDifficulty = $bitcoin->getdifficulty();
|
||||
$dNetworkHashrate = $bitcoin->getnetworkhashps();
|
||||
} else {
|
||||
$dDifficulty = 0;
|
||||
$dDifficulty = 1;
|
||||
$dNetworkHashrate = 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user