mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-06-06 04:59:45 +02: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
|
// print LNRUL lud16 if it exists
|
||||||
if( lud16.length > gMinLud16AddressLength) {
|
if( lud16.length > gMinLud16AddressLength) {
|
||||||
try {
|
try {
|
||||||
String lud16LNString = "lightning:" + lud16;
|
String lud16LNString = "" + lud16;
|
||||||
List<int>? typesAndModule = getTypeAndModule(lud16LNString);
|
List<int>? typesAndModule = getTypeAndModule(lud16LNString);
|
||||||
if( typesAndModule != null) {
|
if( typesAndModule != null) {
|
||||||
print("Printing lud16 address as QR:\n\n");
|
print("Printing lud16 address as QR:\n\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user