1
0
This commit is contained in:
ThomasV
2014-01-26 20:46:43 +01:00
parent be506af246
commit 3941743c72
4 changed files with 30 additions and 22 deletions

View File

@@ -421,6 +421,16 @@ class Network(threading.Thread):
class NetworkProxy:
# interface to the network object.
# handle subscriptions and callbacks
# the network object can be jsonrpc server
def __init__(self, network):
self.network = network
if __name__ == "__main__":
import simple_config
config = simple_config.SimpleConfig({'verbose':True, 'server':'ecdsa.org:50002:s'})