Skip to content

Commit 8b73eab

Browse files
reject-iWollac
andauthored
replace dead reference steel.rs (#629)
Hi devs, I found a broken link and decided to replace it, but I see there are many versions with identical file content. If you can suggest a more correct replacement link, I’d be glad to help. Thank you --------- Co-authored-by: Wolfgang Welz <[email protected]>
1 parent 4ede908 commit 8b73eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/steel/tests/steel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ async fn sha256() {
322322
should_panic(expected = "EVM error: c-kzg feature is not enabled")
323323
)]
324324
async fn point_evaluation_precompile() {
325-
// test data from: https://github.com/ethereum/c-kzg-4844/blob/main/tests/verify_kzg_proof/kzg-mainnet/verify_kzg_proof_case_correct_proof_31ebd010e6098750/data.yaml
325+
// test data from: https://github.com/ethereum/c-kzg-4844/blob/v1.0.3/tests/verify_kzg_proof/kzg-mainnet/verify_kzg_proof_case_correct_proof_31ebd010e6098750/data.yaml
326326
let commitment = hex!("8f59a8d2a1a625a17f3fea0fe5eb8c896db3764f3185481bc22f91b4aaffcca25f26936857bc3a7c2539ea8ec3a952b7").to_vec();
327327
let mut versioned_hash = Sha256::digest(&commitment).to_vec();
328328
versioned_hash[0] = 0x01;

0 commit comments

Comments
 (0)