mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 13:32:47 +01:00
reverse address and label (suggestion by Danube)
This commit is contained in:
parent
0052fe7bbc
commit
ab90d6e62a
@ -332,7 +332,7 @@ QString TransactionTableModel::lookupAddress(const std::string &address) const
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
description = QString::fromStdString(address.substr(0,12)) + QString("... (") + label + QString(")");
|
description = label + QString(" (") + QString::fromStdString(address.substr(0,12)) + QString("...)");
|
||||||
}
|
}
|
||||||
return description;
|
return description;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user