refactor: get rid of secp lib (#40)
This commit is contained in:
parent
35584a230f
commit
a53d2d7767
4 changed files with 14 additions and 14 deletions
|
|
@ -20,7 +20,7 @@ def test_valid_event_id_and_signature(valid_events: list[EventFixture]):
|
|||
try:
|
||||
f.data.check_signature()
|
||||
except Exception as e:
|
||||
logger.error(f"Invalid 'id' ot 'signature' for fixture: '{f.name}'")
|
||||
logger.error(f"Invalid 'id' of 'signature' for fixture: '{f.name}'")
|
||||
raise e
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue