mirror of
https://github.com/monero-project/monero.git
synced 2025-08-03 06:46:13 -04:00
Merge pull request #5054
93c21644
device_ledger: remove full_name variable (selsta)
This commit is contained in:
commit
0c970fde1c
2 changed files with 1 additions and 2 deletions
|
@ -322,7 +322,7 @@ namespace hw {
|
|||
}
|
||||
|
||||
const std::string device_ledger::get_name() const {
|
||||
if (this->full_name.empty() || !this->connected()) {
|
||||
if (!this->connected()) {
|
||||
return std::string("<disconnected:").append(this->name).append(">");
|
||||
}
|
||||
return this->name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue