Symbol typo
This commit is contained in:
parent
345426c9f0
commit
d06e277a6b
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user