Fix clsag context and handle the OUT_DIR changing

Also rearranges arguments a bit.
This commit is contained in:
Luke Parker
2022-04-23 03:59:21 -04:00
parent e22dcb1441
commit afdac8c49b
6 changed files with 42 additions and 32 deletions

View File

@@ -126,7 +126,7 @@ fn test_multisig() -> Result<(), SignError> {
.enumerate()
.map(|(idx, value)| if idx == i { None } else { value.to_owned() })
.collect::<Vec<Option<Vec<u8>>>>(),
b"Hello World"
&vec![]
).unwrap()
);
}