One more typo
This commit is contained in:
parent
9d83f9a574
commit
6072a998cf
@ -48,7 +48,7 @@ class ReferenceSigner(Signer):
|
|||||||
|
|
||||||
|
|
||||||
def sign_transaction_to_wire(self, tx, password=None):
|
def sign_transaction_to_wire(self, tx, password=None):
|
||||||
return sign_transaction_to_rlp(tx, password=password)
|
return self.sign_transaction_to_rlp(tx, password=password)
|
||||||
|
|
||||||
|
|
||||||
def sign_ethereum_message(self, address, message, password=None):
|
def sign_ethereum_message(self, address, message, password=None):
|
||||||
|
2
setup.py
2
setup.py
@ -33,7 +33,7 @@ f.close()
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="crypto-dev-signer",
|
name="crypto-dev-signer",
|
||||||
version="0.4.15a6",
|
version="0.4.15a7",
|
||||||
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