From 60dee14d140267b4243a3b76115316a8d1b6add6 Mon Sep 17 00:00:00 2001 From: Julian Meyer Date: Fri, 25 Oct 2024 10:05:16 -0700 Subject: [PATCH] fix: typo in hints (#443) --- specs/fault-proof/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/fault-proof/index.md b/specs/fault-proof/index.md index d9ddd76d3..b1d35a458 100644 --- a/specs/fault-proof/index.md +++ b/specs/fault-proof/index.md @@ -446,7 +446,7 @@ Requests the host to prepare all preimages used in the execution of the block at #### `l2-account-proof ` -Requests the host send account proof for a certain block number and address. `` is hex +Requests the host send account proof for a certain block hash and address. `` is hex encoded: 32-byte block hash + 20-byte address. `l2-execution-witness` and `l2-account-proof` hints are preferred over the more granular `l2-code` and `l2-state-node`,