mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-19 01:04:43 +00:00
Update wellknown_record.dart [skip ci]
This commit is contained in:
parent
60e7dcffa9
commit
c66a93580a
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class WellKnownRecord {
|
||||||
}) async {
|
}) async {
|
||||||
String name = formattedName;
|
String name = formattedName;
|
||||||
|
|
||||||
print("formattedName: $formattedName");
|
printV("formattedName: $formattedName");
|
||||||
|
|
||||||
final address = await checkWellKnownUsername(formattedName, currency);
|
final address = await checkWellKnownUsername(formattedName, currency);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue