From 5783e11181565e5b3cf55933509fdec38034c5c3 Mon Sep 17 00:00:00 2001 From: Sale Djenic Date: Thu, 3 Oct 2024 15:09:59 +0200 Subject: [PATCH] fix: brings back remove and release ens username options Fixes #16452 --- ui/app/AppLayouts/Profile/views/EnsDetailsView.qml | 2 +- vendor/status-go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/app/AppLayouts/Profile/views/EnsDetailsView.qml b/ui/app/AppLayouts/Profile/views/EnsDetailsView.qml index a1d04cc4de..d3be86f5eb 100644 --- a/ui/app/AppLayouts/Profile/views/EnsDetailsView.qml +++ b/ui/app/AppLayouts/Profile/views/EnsDetailsView.qml @@ -64,7 +64,7 @@ Item { Connections { target: root.ensUsernamesStore.ensUsernamesModule - function onDetailsObtained(ensName: string, address: string, pubkey: string, isStatus: bool, expirationTime: int) { + function onDetailsObtained(chainId: int, ensName: string, address: string, pubkey: string, isStatus: bool, expirationTime: int) { if(username != (isStatus ? ensName + ".stateofus.eth" : ensName)) return; walletAddressLbl.subTitle = address; diff --git a/vendor/status-go b/vendor/status-go index ba37c32c07..0017567ed4 160000 --- a/vendor/status-go +++ b/vendor/status-go @@ -1 +1 @@ -Subproject commit ba37c32c07d1b05a94d1c7f7cb1b38fb82730f7b +Subproject commit 0017567ed4f915b3e22984950d1156f8e2fc0393