Skip to content

Commit 0c59c89

Browse files
Update contracts/ronin/profile/Profile.sol
Co-authored-by: Duc Tho Tran <[email protected]>
1 parent 28e8a14 commit 0c59c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/ronin/profile/Profile.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ contract Profile is IProfile, ProfileStorage, Initializable {
6060
_registry[_hashPubkey(_profile.pubkey)] = false;
6161

6262
_profile.pubkey = pubkey;
63-
_registry[_hashPubkey(_profile.pubkey)] = true;
63+
_registry[_hashPubkey(pubkey)] = true;
6464

6565
emit PubkeyChanged(id);
6666
}

0 commit comments

Comments
 (0)