| 624 | } |
| 625 | |
| 626 | QString WalletModel::getDisplayName() const |
| 627 | { |
| 628 | const QString name = getWalletName(); |
| 629 | return name.isEmpty() ? "["+tr("default wallet")+"]" : name; |
| 630 | } |
| 631 | |
| 632 | bool WalletModel::isMultiwallet() |
| 633 | { |
no outgoing calls
no test coverage detected