feat: delete merchant from the local DB

This commit is contained in:
Vlad Stan 2023-03-14 16:26:04 +02:00
parent 9931a08566
commit 92c0833991
4 changed files with 52 additions and 4 deletions

View file

@ -11,7 +11,7 @@ from .event import NostrEvent
async def publish_nostr_event(e: NostrEvent):
print('### publish_nostr_event', e.dict())
print("### publish_nostr_event", e.dict())
await send_req_queue.put(["EVENT", e.dict()])