mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-17 11:58:13 +00:00
ethereum: note about message sign/verify
This commit is contained in:
parent
376a3cbec5
commit
fc69ddf38f
@ -1,3 +1,5 @@
|
||||
# TODO: not currently enabled, waits for https://github.com/ethereum/EIPs/pull/712
|
||||
|
||||
|
||||
def message_digest(message):
|
||||
from apps.wallet.sign_tx.signing import write_varint
|
||||
|
@ -1,3 +1,5 @@
|
||||
# TODO: not currently enabled, waits for https://github.com/ethereum/EIPs/pull/712
|
||||
|
||||
|
||||
async def ethereum_verify_message(ctx, msg):
|
||||
from .sign_message import message_digest
|
||||
|
Loading…
Reference in New Issue
Block a user