mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
Merge InputMultisig into Multisig
There's no reason to use the latter.
This commit is contained in:
@@ -92,7 +92,7 @@ fn test_multisig() -> Result<(), MultisigError> {
|
||||
for i in 1 ..= t {
|
||||
machines.push(
|
||||
sign::AlgorithmMachine::new(
|
||||
clsag::InputMultisig::new(
|
||||
clsag::Multisig::new(
|
||||
clsag::Input::new(ring.clone(), RING_INDEX, Commitment::new(randomness, AMOUNT)).unwrap(),
|
||||
TransactionData
|
||||
).unwrap(),
|
||||
|
||||
Reference in New Issue
Block a user