We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3535f6 + d1a1424 commit 9049f66Copy full SHA for 9049f66
2 files changed
pkg/tbtc/signer/scripts/formal/run_tla_models.sh
100644
100755
pkg/tbtc/signer/src/engine.rs
@@ -6379,7 +6379,7 @@ mod tests {
6379
6380
fn load_attempt_context_vector_suite() -> AttemptContextVectorSuite {
6381
let vectors_path = PathBuf::from(env!("CARGO_MANIFEST_DIR"))
6382
- .join("../../docs/frost-migration/test-vectors/roast-attempt-context-v1.json");
+ .join("test/vectors/roast-attempt-context-v1.json");
6383
let vector_bytes = std::fs::read(&vectors_path).unwrap_or_else(|err| {
6384
panic!(
6385
"failed to read attempt-context vector file [{}]: {err}",
0 commit comments