1
0
This commit is contained in:
ThomasV
2016-10-12 21:49:32 +02:00
parent 1d8836c173
commit 6e58723328
2 changed files with 2 additions and 3 deletions

View File

@@ -697,8 +697,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
return w
def delete_payment_request(self, item):
addr = str(item.text(2))
def delete_payment_request(self, addr):
self.wallet.remove_payment_request(addr, self.config)
self.request_list.update()
self.clear_receive_tab()