1
0

simple payment verification: check targets, use block headers file.

This commit is contained in:
ThomasV
2012-10-24 21:45:45 +02:00
parent e5c19b64af
commit b018e0ae53
6 changed files with 275 additions and 122 deletions

View File

@@ -89,7 +89,7 @@ class Interface(threading.Thread):
method, params, channel = self.unanswered_requests.pop(msg_id)
result = c.get('result')
else:
# notification. we should find the channel(s)..
# notification: find the channel(s)
method = c.get('method')
params = c.get('params')