Merge branch 'master' of github.com:spesmilo/electrum

This commit is contained in:
ThomasV 2018-03-02 19:16:20 +01:00
commit 3a38c251ac
1 changed files with 0 additions and 1 deletions

View File

@ -124,7 +124,6 @@ class AddressList(MyTreeWidget):
address_item.setBackground(0, ColorScheme.GREEN.as_color(True))
address_item.setFont(1, QFont(MONOSPACE_FONT))
address_item.setData(1, Qt.UserRole, address)
address_item.setData(1, Qt.UserRole+1, True) # label can be edited
if self.wallet.is_frozen(address):
address_item.setBackground(1, ColorScheme.BLUE.as_color(True))
if self.wallet.is_beyond_limit(address):