mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
Have included return a reference instead of a cloned Vec
This commit is contained in:
@@ -229,7 +229,7 @@ impl Algorithm<Ed25519> for ClsagMultisig {
|
||||
&mut self.image,
|
||||
self.H,
|
||||
view.offset().0,
|
||||
&view.included(),
|
||||
view.included(),
|
||||
l,
|
||||
addendum.key_image.0,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user