diff --git a/scripts/merchant/merchant.py b/scripts/merchant/merchant.py index 79624ea8..36a6aef0 100644 --- a/scripts/merchant/merchant.py +++ b/scripts/merchant/merchant.py @@ -167,7 +167,7 @@ if __name__ == '__main__': wallet = Wallet(storage) if not storage.file_exists: wallet.seed = '' - wallet.create_watching_only_wallet(master_public_key,master_chain) + wallet.create_watching_only_wallet(master_public_key) wallet.synchronize = lambda: None # prevent address creation by the wallet wallet.start_threads(network)