1
0

transform the wall into a python console

This commit is contained in:
ThomasV
2013-02-01 18:22:36 +01:00
parent e4586ee59a
commit c3a0c9dd36
3 changed files with 189 additions and 10 deletions

View File

@@ -1355,8 +1355,7 @@ class WalletSynchronizer(threading.Thread):
elif method == 'server.banner':
self.wallet.banner = result
self.was_updated = True
self.interface.trigger_callback('banner')
else:
print_error("Error: Unknown message:" + method + ", " + repr(params) + ", " + repr(result) )