1
0

big refactoring of the interface

addition of the wallet verifier class for SPV
This commit is contained in:
ThomasV
2012-10-21 02:57:31 +02:00
parent 1212982fec
commit 2da0c0b77e
9 changed files with 411 additions and 245 deletions

View File

@@ -800,7 +800,7 @@ class MiniDriver(QObject):
self.wallet = wallet
self.window = window
self.wallet.register_callback(self.update_callback)
self.wallet.interface.register_callback(self.update_callback)
self.state = None