Skip to content
Snippets Groups Projects
Commit 2eedf1ee authored by inso's avatar inso
Browse files

Remove useless condition

parent 03ab0784
No related branches found
No related tags found
No related merge requests found
...@@ -196,10 +196,6 @@ class ConnectionConfigController(QObject): ...@@ -196,10 +196,6 @@ class ConnectionConfigController(QObject):
self.view.stream_log("Initializing certifications informations...") self.view.stream_log("Initializing certifications informations...")
await self.model.initialize_certifications(connection_identity, log_stream=self.view.stream_log) await self.model.initialize_certifications(connection_identity, log_stream=self.view.stream_log)
if self.mode in (ConnectionConfigController.REGISTER,
ConnectionConfigController.CONNECT,
ConnectionConfigController.WALLET,
ConnectionConfigController.PUBKEY):
self.view.stream_log("Initializing transactions history...") self.view.stream_log("Initializing transactions history...")
transactions = await self.model.initialize_transactions(self.model.connection, transactions = await self.model.initialize_transactions(self.model.connection,
log_stream=self.view.stream_log) log_stream=self.view.stream_log)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment