From 832e1c7e60f89db1afda2ddf8a047780c481990f Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 1 Jun 2024 18:15:31 -0500 Subject: [PATCH] Fix label missing nip05 marker --- src/pipeline/DVM.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipeline/DVM.ts b/src/pipeline/DVM.ts index a811067..5916952 100644 --- a/src/pipeline/DVM.ts +++ b/src/pipeline/DVM.ts @@ -74,7 +74,7 @@ export class DVM { kind: 1985, tags: [ ['L', 'nip05'], - ['l', nip05], + ['l', nip05, 'nip05'], ['p', pubkey], ], content: '',