Skip to content

Commit 52fa896

Browse files
committed
fix: add missing P2POrder (38383) to NDKKind enum
The NDKP2POrder class was referencing NDKKind.P2POrder but this value wasn't defined in the enum, causing TypeDoc generation to fail. Added P2POrder = 38383 for NIP-69 support.
1 parent cdac856 commit 52fa896

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/src/events/kinds/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ export enum NDKKind {
153153
CashuMintAnnouncement = 38172,
154154
FedimintMintAnnouncement = 38173,
155155

156+
// NIP-69: P2P Order
157+
P2POrder = 38383,
158+
156159
HighlightSet = 39802,
157160
CategorizedHighlightList = NDKKind.HighlightSet, // Deprecated but left for backwards compatibility
158161

0 commit comments

Comments
 (0)