Add missing symbol in signer

This commit is contained in:
nolash
2021-09-15 20:40:13 +02:00
parent b59f52d77d
commit 345426c9f0
2 changed files with 5 additions and 1 deletions

View File

@@ -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))