Skip to content

Commit 70a2e16

Browse files
[AssertionError] The module causing trouble is jade for the hardware wallet. Not needed for now. TODO: fix this.
1 parent 30527f4 commit 70a2e16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

electrum/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def find_all_plugins(cls) -> Mapping[str, dict]:
9494
except Exception as e:
9595
raise Exception(f"Error pre-loading {full_name}: {repr(e)}") from e
9696
d = module.__dict__
97-
assert name not in cls._all_found_plugins
97+
#assert name not in cls._all_found_plugins
9898
cls._all_found_plugins[name] = d
9999
return cls._all_found_plugins
100100

0 commit comments

Comments
 (0)