We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e8a14 commit 0c59c89Copy full SHA for 0c59c89
contracts/ronin/profile/Profile.sol
@@ -60,7 +60,7 @@ contract Profile is IProfile, ProfileStorage, Initializable {
60
_registry[_hashPubkey(_profile.pubkey)] = false;
61
62
_profile.pubkey = pubkey;
63
- _registry[_hashPubkey(_profile.pubkey)] = true;
+ _registry[_hashPubkey(pubkey)] = true;
64
65
emit PubkeyChanged(id);
66
}
0 commit comments