mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
Fix clsag context and handle the OUT_DIR changing
Also rearranges arguments a bit.
This commit is contained in:
@@ -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()
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user