Typo in zero check
This commit is contained in:
parent
1af7bdaacd
commit
27374e2ad4
@ -43,7 +43,7 @@ class ReferenceSigner(Signer):
|
|||||||
if tx.r[0] == 0:
|
if tx.r[0] == 0:
|
||||||
tx.r = tx.r[1:]
|
tx.r = tx.r[1:]
|
||||||
if tx.s[0] == 0:
|
if tx.s[0] == 0:
|
||||||
tx.r = tx.s[1:]
|
tx.s = tx.s[1:]
|
||||||
return z
|
return z
|
||||||
|
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -24,7 +24,7 @@ f.close()
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="crypto-dev-signer",
|
name="crypto-dev-signer",
|
||||||
version="0.4.13rc1",
|
version="0.4.13rc2",
|
||||||
description="A signer and keystore daemon and library for cryptocurrency software development",
|
description="A signer and keystore daemon and library for cryptocurrency software development",
|
||||||
author="Louis Holbrook",
|
author="Louis Holbrook",
|
||||||
author_email="dev@holbrook.no",
|
author_email="dev@holbrook.no",
|
||||||
|
Loading…
Reference in New Issue
Block a user