tupdate create_main_account in tests - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit d867fcc266253c9f5cca602c23bcc9508502b3a1 DIR parent 5915b9b7e1d9ab5b29300b5586076c9337311dfc HTML Author: ThomasV <thomasv@electrum.org> Date: Thu, 7 Jan 2016 01:02:44 +0100 update create_main_account in tests Diffstat: M lib/tests/test_wallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/tests/test_wallet.py b/lib/tests/test_wallet.py t@@ -84,7 +84,7 @@ class TestNewWallet(WalletTestCase): # from eventual collisions. self.wallet.add_seed(self.seed_text, self.password) self.wallet.create_master_keys(self.password) - self.wallet.create_main_account(self.password) + self.wallet.create_main_account() def test_wallet_with_seed_is_not_watching_only(self): self.assertFalse(self.wallet.is_watching_only())