Skip to content

Commit

Permalink
Fix path in comment
Browse files Browse the repository at this point in the history
Co-authored-by: Aumetra Weisman <[email protected]>
  • Loading branch information
chipshort and aumetra authored Apr 24, 2024
1 parent a859707 commit 4b63877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/crypto/tests/rootberg_secp256k1.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use cosmwasm_crypto::{secp256k1_recover_pubkey, secp256k1_verify};
use serde::Deserialize;

// See ./testdata/wycheproof/README.md for how to get/update those files
// See ./testdata/rootberg/README.md for how to get/update those files
const SECP256K1_SHA256: &str = "./testdata/rootberg/ecdsa_normalized_secp256k1_sha_256_raw.json";
const SECP256K1_KECCAK256: &str =
"./testdata/rootberg/ecdsa_normalized_secp256k1_keccak256_raw.json";
Expand Down

0 comments on commit 4b63877

Please sign in to comment.