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

Remove call to inner_data_changed in IdentitiesRegistry

parent f3ed05c7
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,6 @@ class IdentitiesRegistry:
elif self._instances[pubkey].blockchain_state != BlockchainState.VALIDATED \
and blockchain_state == BlockchainState.VALIDATED:
self._instances[pubkey].blockchain_state = blockchain_state
self._instances[pubkey].inner_data_changed.emit("BlockchainState")
# TODO: Random bug in ucoin makes the uid change without reason in requests answers
# https://github.com/ucoin-io/ucoin/issues/149
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment