One more typo

This commit is contained in:
nolash
2021-09-15 20:48:56 +02:00
parent 9d83f9a574
commit 6072a998cf
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_rlp(tx, password=password)
return self.sign_transaction_to_rlp(tx, password=password)
def sign_ethereum_message(self, address, message, password=None):