MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / WalletDisplayName

Function WalletDisplayName

src/qt/guiutil.cpp:984–987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

getDisplayNameMethod · 0.85
createActionsMethod · 0.85
openMethod · 0.85
do_migrateMethod · 0.85
migrateMethod · 0.85
restore_and_migrateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected