feat: delete merchant from the local DB
This commit is contained in:
parent
9931a08566
commit
92c0833991
4 changed files with 52 additions and 4 deletions
|
|
@ -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()])
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue