mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-30 15:54:03 +02:00
[qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffset(qint64)
This commit is contained in:
@@ -951,7 +951,7 @@ QString formatTimeOffset(int64_t nTimeOffset)
|
||||
return QString(QObject::tr("%1 s")).arg(QString::number((int)nTimeOffset, 10));
|
||||
}
|
||||
|
||||
QString formateNiceTimeOffset(qint64 secs)
|
||||
QString formatNiceTimeOffset(qint64 secs)
|
||||
{
|
||||
// Represent time from last generated block in human readable text
|
||||
QString timeBehindText;
|
||||
|
||||
Reference in New Issue
Block a user