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):
|
||||
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):
|
||||
|
Loading…
Reference in New Issue
Block a user