starknet-io / starknet-docs

The repo for Starknet's developer documentation. Includes contribution guidelines and the Starknet documentation supplementary style guide
https://docs.starknet.io/
110 stars 157 forks source link

Fix hash calculation documentation: change 1 to 0 in v1 (deprecated) … #1304

Closed Benjtalkshow closed 1 day ago

Benjtalkshow commented 4 days ago

Fix hash calculation documentation for v1 (deprecated) transactions

Description

This PR addresses the issue #1284 where the deprecated INVOKE v1 transaction hash calculation documentation contains a wrong field value. Specifically, the placeholder value "1" should be "0" to align with the hash computation for the different types of transactions.

Changes Made

Affected Files

Verification

Related Issue

Please review the changes and provide feedback. Thank you .


This change is Reviewable

starknet-bot commented 4 days ago

Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1304/ .

starknet-bot commented 1 day ago

Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1304/ .

starknet-bot commented 1 day ago

Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1304/ .

stoobie commented 1 day ago

@Benjtalkshow Thank you for the contribution!