Skip to content

Commit 41dddf5

Browse files
fix: zks_getBytecodeByHash doc (#413)
closes #412
1 parent 501e05a commit 41dddf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/20.zksync-protocol/10.api/40.zks-rpc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,15 +266,15 @@ curl --request POST \
266266

267267
## `zks_getBytecodeByHash`
268268

269-
Retrieves the bytecode of a transaction by its hash.
269+
Retrieves the bytecode of a contract by its bytecode hash.
270270

271271
#### Parameters
272272

273-
1. **DATA, 32 bytes** - hash of the transaction.
273+
1. **DATA, 32 bytes** - hash of the contract bytecode.
274274

275275
#### Returns
276276

277-
**Array of uint8** - array of the transaction's bytecode.
277+
**Array of uint8** - array of the contract's bytecode.
278278

279279
#### Example Request
280280

0 commit comments

Comments
 (0)