mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-08 16:33:11 +00:00
fixup: bad return value for signature deserialize
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
e3b4dddaa1
commit
6c47349125
@ -154,7 +154,7 @@ func ec_from_bytes*(
|
||||
raw: array[96, byte] or array[192, byte]
|
||||
): bool {.inline.} =
|
||||
let ok = dst.deserialize_signature_compressed(raw)
|
||||
doAssert ok == cttBLS_Success
|
||||
ok == cttBLS_Success
|
||||
|
||||
func ec_verify*(
|
||||
publicKey: PublicKey,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user