diff --git a/src/cutecoin/core/registry/identities.py b/src/cutecoin/core/registry/identities.py
index 0d85d1dbea78ff6a3600144adf4eff88a038096f..bb9b41d8263431e4bcfc2e0289c0c4478fc1157c 100644
--- a/src/cutecoin/core/registry/identities.py
+++ b/src/cutecoin/core/registry/identities.py
@@ -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