1
0

use WalletVerifier.add() method to register transactions

This commit is contained in:
thomasv
2012-10-26 10:02:09 +02:00
parent e20e40829d
commit ee4de40c37
3 changed files with 21 additions and 11 deletions

View File

@@ -207,8 +207,8 @@ if __name__ == '__main__':
if not found:
exit(1)
verifier = WalletVerifier(interface, config, wallet.get_tx_hashes)
wallet.verifier = verifier
verifier = WalletVerifier(interface, config)
wallet.set_verifier(verifier)
verifier.start()
gui.main(url)