mirror of
https://github.com/JoinMarket-Org/joinmarket-clientserver.git
synced 2026-08-13 12:33:40 +02:00
revert bad assert fix
This commit is contained in:
parent
a929cf304d
commit
8885e613d7
1 changed files with 2 additions and 3 deletions
|
|
@ -884,9 +884,8 @@ def open_test_wallet_maybe(path, seed, max_mixdepth,
|
|||
test_wallet_cls.initialize(
|
||||
storage, get_network(), max_mixdepth=max_mixdepth,
|
||||
entropy=seed)
|
||||
assert 'ask_for_password' not in kwargs or\
|
||||
not kwargs['ask_for_password']
|
||||
assert 'read_only' not in kwargs or not kwargs['read_only']
|
||||
assert 'ask_for_password' not in kwargs
|
||||
assert 'read_only' not in kwargs
|
||||
return test_wallet_cls(storage, **kwargs)
|
||||
|
||||
return open_wallet(path, **kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue