| 982 | } |
| 983 | |
| 984 | QString WalletDisplayName(const QString& name) |
| 985 | { |
| 986 | return name.isEmpty() ? "[" + QObject::tr("default wallet") + "]" : name; |
| 987 | } |
| 988 | |
| 989 | QString WalletDisplayName(const std::string& name) |
| 990 | { |
no outgoing calls
no test coverage detected