Add missing symbol in signer
This commit is contained in:
parent
b59f52d77d
commit
345426c9f0
@ -47,6 +47,10 @@ class ReferenceSigner(Signer):
|
|||||||
return tx.rlp_serialize()
|
return tx.rlp_serialize()
|
||||||
|
|
||||||
|
|
||||||
|
def sign_transaction_to_wire(self, tx, password=None):
|
||||||
|
return sign_transaction_to_wire(tx, password=password)
|
||||||
|
|
||||||
|
|
||||||
def sign_ethereum_message(self, address, message, password=None):
|
def sign_ethereum_message(self, address, message, password=None):
|
||||||
|
|
||||||
#k = keys.PrivateKey(self.keyGetter.get(address, password))
|
#k = keys.PrivateKey(self.keyGetter.get(address, password))
|
||||||
|
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.15a4",
|
version="0.4.15a5",
|
||||||
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