Skip to content

Commit bd459b2

Browse files
committed
🔁 Update ecdsa to Version 0.19.1
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
1 parent 64bad1b commit bd459b2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ecdsa==0.18.0
1+
ecdsa==0.19.1

scripts/recover_private_key.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
from hashlib import sha256
23
from ecdsa import SECP256k1, SigningKey
34
from ecdsa.util import sigdecode_string

0 commit comments

Comments
 (0)