1
0

adding new protocol (draft)

This commit is contained in:
thomasv
2012-03-12 17:55:33 +01:00
parent 6d51e3eae8
commit 0fc0bdd667
4 changed files with 159 additions and 98 deletions

View File

@@ -21,7 +21,6 @@ import time, thread, sys, socket
# see http://code.google.com/p/jsonrpclib/
import jsonrpclib
from wallet import Wallet
from interface import Interface
"""
Simple wallet daemon for webservers.
@@ -41,8 +40,7 @@ port = 8444
wallet_path = 'wallet_path'
username = 'foo'
password = 'bar'
interface = Interface()
wallet = Wallet(interface)
wallet = Wallet()
stopping = False