mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-23 13:15:49 +00:00
Update desktop wallet for xrpl.js 4.x+
This commit is contained in:
@@ -99,9 +99,9 @@ async function verify(accountAddress, client) {
|
||||
try {
|
||||
const response = await client.request(request)
|
||||
return await checkDestination(response.result.account_data)
|
||||
} catch {
|
||||
} catch (err) {
|
||||
return {
|
||||
domain: 'domain',
|
||||
domain: '',
|
||||
verified: false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user