fix userlookup address

This commit is contained in:
2025-06-23 14:34:03 +03:00
parent 0a04b484d7
commit c06b4c8d23
2 changed files with 12 additions and 5 deletions

View File

@@ -832,7 +832,7 @@ export async function getAddressInfo(address) {
const data = await response.json();
if (!response?.ok && data?.error !== 124)
throw new Error('Cannot fetch address info'); // TODO translate
throw new Error('Cannot retrieve address info'); // TODO translate
if (data?.error === 124) {
return {
address,