Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
387e061074
commit
6d515a47bf
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue