mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-03-27 02:01:51 +01:00
removed "lightning:" prefix from lud16 qr
now it gets scanned by bluewallet
This commit is contained in:
parent
23d61ce422
commit
2d603c2aec
@ -349,7 +349,7 @@ void printProfile(Store node, String profilePubkey) {
|
||||
// print LNRUL lud16 if it exists
|
||||
if( lud16.length > gMinLud16AddressLength) {
|
||||
try {
|
||||
String lud16LNString = "lightning:" + lud16;
|
||||
String lud16LNString = "" + lud16;
|
||||
List<int>? typesAndModule = getTypeAndModule(lud16LNString);
|
||||
if( typesAndModule != null) {
|
||||
print("Printing lud16 address as QR:\n\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user