1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-17 20:08:12 +00:00

ethereum: note about message sign/verify

This commit is contained in:
Tomas Susanka 2018-05-14 14:21:20 +02:00
parent 376a3cbec5
commit fc69ddf38f
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# TODO: not currently enabled, waits for https://github.com/ethereum/EIPs/pull/712
def message_digest(message): def message_digest(message):
from apps.wallet.sign_tx.signing import write_varint from apps.wallet.sign_tx.signing import write_varint

View File

@ -1,3 +1,5 @@
# TODO: not currently enabled, waits for https://github.com/ethereum/EIPs/pull/712
async def ethereum_verify_message(ctx, msg): async def ethereum_verify_message(ctx, msg):
from .sign_message import message_digest from .sign_message import message_digest