Skip to content

Commit 3921518

Browse files
committed
fix: use correct checksum function
1 parent cd84603 commit 3921518

File tree

1 file changed

+1
-1
lines changed
  • app/components/Views/Settings/Contacts/ContactForm

1 file changed

+1
-1
lines changed

app/components/Views/Settings/Contacts/ContactForm/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ class ContactForm extends PureComponent {
335335
if (wasChainIdChanged) {
336336
AddressBookController.delete(
337337
originalContactChainId,
338-
toChecksumAddress(address),
338+
getChecksumAddress(address),
339339
);
340340
}
341341

0 commit comments

Comments
 (0)