reverse address and label (suggestion by Danube)
This commit is contained in:
parent
0052fe7bbc
commit
ab90d6e62a
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ QString TransactionTableModel::lookupAddress(const std::string &address) const
|
|||
}
|
||||
else
|
||||
{
|
||||
description = QString::fromStdString(address.substr(0,12)) + QString("... (") + label + QString(")");
|
||||
description = label + QString(" (") + QString::fromStdString(address.substr(0,12)) + QString("...)");
|
||||
}
|
||||
return description;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue