feat: finish NIP16

This commit is contained in:
Vlad Stan 2023-02-17 09:55:23 +02:00
parent a1d7c474b0
commit 5c0209b6c0
3 changed files with 14 additions and 5 deletions

View file

@ -59,7 +59,7 @@ async def test_valid_event_crud(valid_events: List[EventFixture]):
# insert all events in DB before doing an query
for e in all_events:
await create_event(RELAY_ID, e)
await create_event(RELAY_ID, e, None)
for f in valid_events:
await get_by_id(f.data, f.name)