bump version to 0.4.0

This commit is contained in:
callebtc
2022-10-15 01:08:35 +02:00
parent 6f913e3cc9
commit 223a40e9bd
5 changed files with 4 additions and 5 deletions

View File

@@ -126,7 +126,7 @@ class Ledger:
C = PublicKey(bytes.fromhex(proof.C), raw=True)
# backwards compatibility with old hash_to_curve < 0.3.3
# backwards compatibility with old hash_to_curve < 0.4.0
try:
ret = legacy.verify_pre_0_3_3(private_key_amount, C, proof.secret)
if ret: