From f894d8bb739c86ec64e2a6032db8d33ba1b190e6 Mon Sep 17 00:00:00 2001 From: Christopher Bergqvist Date: Wed, 26 Jul 2023 16:42:56 +0200 Subject: [PATCH] docs: Clarified title --- docs/common/ethereum-abi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/common/ethereum-abi.md b/docs/common/ethereum-abi.md index dbe677e4a..f0476884d 100644 --- a/docs/common/ethereum-abi.md +++ b/docs/common/ethereum-abi.md @@ -14,7 +14,7 @@ What follows in this example are two 32-byte input parameters: * The token amount to transfer - `0x123`/`291`, also left-padded with zeroes. -## State of implementation +## Present state of implementation & longer term goal Preliminary support for mapping smart contract function hashes exists in `trezor-firmware/core/src/apps/ethereum/sign_tx.py`.