Symbol typo

This commit is contained in:
nolash 2021-09-15 20:47:13 +02:00
parent 345426c9f0
commit d06e277a6b
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ class ReferenceSigner(Signer):
def sign_transaction_to_wire(self, tx, password=None):
return sign_transaction_to_wire(tx, password=password)
return sign_transaction_to_rlp(tx, password=password)
def sign_ethereum_message(self, address, message, password=None):

View File

@ -33,7 +33,7 @@ f.close()
setup(
name="crypto-dev-signer",
version="0.4.15a5",
version="0.4.15a6",
description="A signer and keystore daemon and library for cryptocurrency software development",
author="Louis Holbrook",
author_email="dev@holbrook.no",