Move taproot module to a subdirectory

This is in preparation for adding more submodules.
This commit is contained in:
Martin Habovstiak 2023-10-31 11:39:31 +01:00
parent 83cefefa45
commit dffa51e735
1 changed files with 1 additions and 1 deletions

View File

@ -1973,7 +1973,7 @@ mod test {
} }
fn bip_341_read_json() -> serde_json::Value { fn bip_341_read_json() -> serde_json::Value {
let json_str = include_str!("../tests/data/bip341_tests.json"); let json_str = include_str!("../../tests/data/bip341_tests.json");
serde_json::from_str(json_str).expect("JSON was not well-formatted") serde_json::from_str(json_str).expect("JSON was not well-formatted")
} }
} }