Update wellknown_record.dart [skip ci]

This commit is contained in:
Omar Hatem 2025-01-16 00:21:54 +02:00 committed by GitHub
parent 60e7dcffa9
commit c66a93580a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,7 +79,7 @@ class WellKnownRecord {
}) async {
String name = formattedName;
print("formattedName: $formattedName");
printV("formattedName: $formattedName");
final address = await checkWellKnownUsername(formattedName, currency);