fix: ok -> OK upper case

This commit is contained in:
Vlad Stan 2023-02-03 18:17:41 +02:00
parent 8640e2c06f
commit 5ca27ff28a
2 changed files with 11 additions and 11 deletions

View file

@ -73,7 +73,7 @@ class NostrClientConnection:
return []
async def __handle_event(self, e: NostrEvent):
resp_nip20: List[Any] = ["ok", e.id]
resp_nip20: List[Any] = ["OK", e.id]
try:
e.check_signature()
await create_event("111", e)