1
0

callbacks

This commit is contained in:
ThomasV
2012-04-07 15:13:18 +02:00
parent 515ca2ea58
commit 5744131e18
5 changed files with 77 additions and 49 deletions

View File

@@ -242,10 +242,11 @@ from interface import DEFAULT_SERVERS
class Wallet:
def __init__(self):
def __init__(self, gui_callback = lambda: None):
self.electrum_version = ELECTRUM_VERSION
self.seed_version = SEED_VERSION
self.gui_callback = gui_callback
self.gap_limit = 5 # configuration
self.fee = 100000