Build for older versions of glibc

This commit is contained in:
Aditya Kulkarni
2018-11-13 10:21:59 -08:00
parent 012d0bd131
commit d960ef640e
2 changed files with 20 additions and 14 deletions

View File

@@ -554,7 +554,6 @@ void RPC::getInfoThenRefresh(bool force) {
// Update zcashd tab if it exists
if (ezcashd) {
if (isSyncing) {
const qint64 genisisTimeMSec = 1477638000000;
QString txt = QString::number(blockNumber);
if (estimatedheight > 0) {
txt = txt % " / ~" % QString::number(estimatedheight);