Skip to content

Commit adf4f44

Browse files
fix(api): make clearer description of hash parameter in zks_getBytecodeByHash rpc method (matter-labs#801)
1 parent be3def0 commit adf4f44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api/api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,9 @@ Returns bytecode of a transaction given by its hash.
372372

373373
#### Inputs
374374

375-
| Parameter | Type | Description |
376-
| --------- | -------- | ----------------------- |
377-
| `hash` | `H256 ` | Hash address as string. |
375+
| Parameter | Type | Description |
376+
| --------- | -------- | ------------------------ |
377+
| `hash` | `H256 ` | Bytecode hash as string. |
378378

379379
#### curl example
380380

0 commit comments

Comments
 (0)