Use lnaddress before lnurl for tip addresses to avoid Anigma scamming
Since anigma is scamming and setting people's lnurls Changelog-Fixed: Use lnaddress before lnurl for tip addresses to avoid Anigma scamming
This commit is contained in:
@@ -102,7 +102,7 @@ struct Profile: Codable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var lnurl: String? {
|
var lnurl: String? {
|
||||||
guard let addr = lud06 ?? lud16 else {
|
guard let addr = lud16 ?? lud06 else {
|
||||||
return nil;
|
return nil;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user