Happy 2021
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// Copyright 2019-2021 The Hush developers
|
||||
// Released under the GPLv3
|
||||
#include "addresscombo.h"
|
||||
#include "addressbook.h"
|
||||
#include "settings.h"
|
||||
@@ -39,4 +41,4 @@ void AddressCombo::insertItem(int index, const QString& text, CAmount bal)
|
||||
QString txt = AddressBook::addLabelToAddress(text) %
|
||||
"(" % bal.toDecimalhushString() % ")";
|
||||
QComboBox::insertItem(index, txt);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user