mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
fix #3411
This commit is contained in:
parent
b7c20e71ac
commit
498a269c88
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ def _parsePKCS8(_bytes):
|
|||
|
||||
|
||||
def _parseSSLeay(bytes):
|
||||
return _parseASN1PrivateKey(ASN1_Node(str(bytes)))
|
||||
return _parseASN1PrivateKey(ASN1_Node(bytes))
|
||||
|
||||
|
||||
def bytesToNumber(s):
|
||||
|
|
Loading…
Add table
Reference in a new issue