Skip to content

Commit

Permalink
Merge pull request #402 from ilyar/patch-1
Browse files Browse the repository at this point in the history
fix url example Python checking proof
  • Loading branch information
reveloper authored Oct 30, 2023
2 parents b9ed18d + 15a08b6 commit 3920d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/data-formats/proofs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ assert h_proof.refs[0].get_hash(0) == block_id.root_hash
```
Now, we can trust all other data, this Cell contains

_Checking Proof Examples:_ [Python](https://github.com/yungwine/pytoniq/blob/master/pytoniq/proof/check_proof.py#L33), [Kotlin](https://github.com/andreypfau/ton-kotlin/blob/b1edc4b134e89ccf252149f27c85fd530377cebe/ton-kotlin-liteclient/src/commonMain/kotlin/CheckProofUtils.kt#L15), [C++](https://github.com/ton-blockchain/ton/blob/24dc184a2ea67f9c47042b4104bbb4d82289fac1/crypto/block/check-proof.cpp#L34)
_Checking Proof Examples:_ [Python](https://github.com/yungwine/pytoniq-core/blob/873a96aa2256db33b8f35fbe2ab8fe8cf8ae49c7/pytoniq_core/proof/check_proof.py#L19), [Kotlin](https://github.com/andreypfau/ton-kotlin/blob/b1edc4b134e89ccf252149f27c85fd530377cebe/ton-kotlin-liteclient/src/commonMain/kotlin/CheckProofUtils.kt#L15), [C++](https://github.com/ton-blockchain/ton/blob/24dc184a2ea67f9c47042b4104bbb4d82289fac1/crypto/block/check-proof.cpp#L34)

## Full Block

Expand Down

0 comments on commit 3920d57

Please sign in to comment.