parent
a4e7b63918
commit
5783e11181
|
@ -64,7 +64,7 @@ Item {
|
||||||
|
|
||||||
Connections {
|
Connections {
|
||||||
target: root.ensUsernamesStore.ensUsernamesModule
|
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))
|
if(username != (isStatus ? ensName + ".stateofus.eth" : ensName))
|
||||||
return;
|
return;
|
||||||
walletAddressLbl.subTitle = address;
|
walletAddressLbl.subTitle = address;
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit ba37c32c07d1b05a94d1c7f7cb1b38fb82730f7b
|
Subproject commit 0017567ed4f915b3e22984950d1156f8e2fc0393
|
Loading…
Reference in New Issue