mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 17:40:43 +00:00
Merge branch 'main' into disable-mweb-for-exchanges
This commit is contained in:
commit
a6bf26a5c7
1 changed files with 0 additions and 12 deletions
|
@ -259,25 +259,13 @@ class AddressResolver {
|
|||
}
|
||||
}
|
||||
|
||||
print("@@@@@@@@");
|
||||
print(formattedName);
|
||||
print(domainParts);
|
||||
print(name);
|
||||
|
||||
if (formattedName.contains(".")) {
|
||||
if (settingsStore.lookupsOpenAlias) {
|
||||
final txtRecord = await OpenaliasRecord.lookupOpenAliasRecord(formattedName);
|
||||
|
||||
print("@@@@@@@@");
|
||||
print(txtRecord);
|
||||
if (txtRecord != null) {
|
||||
final record = await OpenaliasRecord.fetchAddressAndName(
|
||||
formattedName: formattedName, ticker: ticker.toLowerCase(), txtRecord: txtRecord);
|
||||
print("@@@@@@@@");
|
||||
print(record);
|
||||
print(record.name);
|
||||
print(record.address);
|
||||
print(record.description);
|
||||
return ParsedAddress.fetchOpenAliasAddress(record: record, name: text);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue