1
0

Added notifications when receiving a new transaction

This commit is contained in:
Maran
2013-05-31 18:23:51 +02:00
parent 887557865e
commit 468c76b66e
3 changed files with 21 additions and 5 deletions

View File

@@ -90,6 +90,7 @@ class Interface(threading.Thread):
self.unanswered_requests = {}
#banner
self.banner = ''
self.pending_transactions = []
def queue_json_response(self, c):