This commit is contained in:
ThomasV 2011-11-05 07:29:19 +01:00
parent 70e369dcbd
commit 8aba220403
1 changed files with 1 additions and 0 deletions

View File

@ -663,6 +663,7 @@ class BitcoinGUI:
def update_receiving_tab(self):
self.recv_list.clear()
for address in self.wallet.addresses:
if self.wallet.is_change(address):continue
label = self.wallet.labels.get(address)
n = 0
h = self.wallet.history.get(address)