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

This commit is contained in:
Alex Gleason 2024-05-23 19:30:43 +00:00
parent 387e061074
commit 6d515a47bf
1 changed files with 3 additions and 2 deletions

View File

@ -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;
}