diff --git a/test-vectors/json/zip_0320.json b/test-vectors/json/zip_0320.json index 8335328..225beff 100644 --- a/test-vectors/json/zip_0320.json +++ b/test-vectors/json/zip_0320.json @@ -1,5 +1,5 @@ [ - ["From https://github.com/zcash-hackworks/zcash-test-vectors/blob/master/transparent/zip_0320.py"], + ["From https://github.com/zcash-hackworks/zcash-test-vectors/blob/master/zcash_test_vectors/transparent/zip_0320.py"], ["t_addr, p2pkh_bytes, tex_addr, account, child_index"], ["t1V9mnyk5Z5cTNMCkLbaDwSskgJZucTLdgW", "7bb83570b8fae146e03c5331a020b1e0892f631d", "tex10wur2u9clts5dcpu2vc6qg93uzyj7cca2xm732", 0, 0], ["t1LZdE42PAt1wREUv1YMYRFwJDPHPW8toLL", "1d81e86791c72d292f906e7c039a729e4b1ff7fc", "tex1rkq7seu3cukjjtusde7q8xnjne93laluyvdxu7", 0, 1], diff --git a/test-vectors/rust/zip_0320.rs b/test-vectors/rust/zip_0320.rs index 5279365..831170d 100644 --- a/test-vectors/rust/zip_0320.rs +++ b/test-vectors/rust/zip_0320.rs @@ -6,7 +6,7 @@ child_index: u32, }; - // From https://github.com/zcash-hackworks/zcash-test-vectors/blob/master/transparent/zip_0320.py + // From https://github.com/zcash-hackworks/zcash-test-vectors/blob/master/zcash_test_vectors/transparent/zip_0320.py let test_vectors = vec![ TestVector { t_addr: "t1V9mnyk5Z5cTNMCkLbaDwSskgJZucTLdgW", diff --git a/test-vectors/zcash/zip_0320.json b/test-vectors/zcash/zip_0320.json index 8335328..225beff 100644 --- a/test-vectors/zcash/zip_0320.json +++ b/test-vectors/zcash/zip_0320.json @@ -1,5 +1,5 @@ [ - ["From https://github.com/zcash-hackworks/zcash-test-vectors/blob/master/transparent/zip_0320.py"], + ["From https://github.com/zcash-hackworks/zcash-test-vectors/blob/master/zcash_test_vectors/transparent/zip_0320.py"], ["t_addr, p2pkh_bytes, tex_addr, account, child_index"], ["t1V9mnyk5Z5cTNMCkLbaDwSskgJZucTLdgW", "7bb83570b8fae146e03c5331a020b1e0892f631d", "tex10wur2u9clts5dcpu2vc6qg93uzyj7cca2xm732", 0, 0], ["t1LZdE42PAt1wREUv1YMYRFwJDPHPW8toLL", "1d81e86791c72d292f906e7c039a729e4b1ff7fc", "tex1rkq7seu3cukjjtusde7q8xnjne93laluyvdxu7", 0, 1], diff --git a/zcash_test_vectors/transparent/zip_0320.py b/zcash_test_vectors/transparent/zip_0320.py index 69462da..5a5e4da 100644 --- a/zcash_test_vectors/transparent/zip_0320.py +++ b/zcash_test_vectors/transparent/zip_0320.py @@ -66,7 +66,7 @@ def main(): render_tv( args, - 'transparent/zip_0320', + 'zcash_test_vectors/transparent/zip_0320', ( ('t_addr', {'rust_type': '&\'static str'}), ('p2pkh_bytes', '[u8; 20]'),