1
0

move 'peers.subscribe' and 'server.version' calls into the interface

This commit is contained in:
ThomasV
2012-10-27 14:15:03 +02:00
parent 18c9c2f369
commit cfb3aa6a12
3 changed files with 23 additions and 22 deletions

View File

@@ -188,6 +188,7 @@ if __name__ == '__main__':
interface = Interface(config, True)
interface.start()
interface.send([('server.peers.subscribe',[])])
wallet.interface = interface
WalletSynchronizer(wallet, config).start()