Fix label missing nip05 marker

This commit is contained in:
Alex Gleason 2024-06-01 18:15:31 -05:00
parent 816f3c806d
commit 832e1c7e60
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ export class DVM {
kind: 1985, kind: 1985,
tags: [ tags: [
['L', 'nip05'], ['L', 'nip05'],
['l', nip05], ['l', nip05, 'nip05'],
['p', pubkey], ['p', pubkey],
], ],
content: '', content: '',