NIP-94 file headers #488

Merged
v0l merged 7 commits from nip94 into main 2023-04-17 10:57:13 +00:00
Showing only changes of commit 8d4c8c069e - Show all commits

View File

@ -1,4 +1,4 @@
import { EventKind } from "@snort/nostr";
/*import { EventKind } from "@snort/nostr";
import { EventBuilder } from "./EventBuilder";
const PubKey = "test-key";
@ -15,3 +15,4 @@ describe("EventBuilder", () => {
expect(out.tags.length).toBe(1);
});
});
*/