Apply 1 suggestion(s) to 1 file(s)

environments/review-set-lightn-7857tt/deployments/4636
Alex Gleason 2024-05-23 19:30:43 +00:00
rodzic 387e061074
commit 6d515a47bf
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -130,8 +130,9 @@ interface AccountCredentials {
/** Nostr NIP-05 identifier. */
nip05?: string;
/**
* Lightning address.
* https://github.com/lnurl/luds/blob/luds/16.md */
* Lightning address.
* https://github.com/lnurl/luds/blob/luds/16.md
*/
lud16?: string;
}