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()
|
||||
|
||||
|
||||
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):
|
||||
|
||||
#k = keys.PrivateKey(self.keyGetter.get(address, password))
|
||||
|
Loading…
Reference in New Issue
Block a user