fix: ok -> OK upper case
This commit is contained in:
parent
8640e2c06f
commit
5ca27ff28a
2 changed files with 11 additions and 11 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue