mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 01:17:36 +00:00
cargo fmt
This commit is contained in:
parent
8de465af87
commit
be61bff074
1 changed files with 1 additions and 3 deletions
|
@ -209,9 +209,7 @@ impl Algorithm<Ed25519> for ClsagMultisig {
|
|||
)
|
||||
.map_err(|_| FrostError::InvalidPreprocess(l))?;
|
||||
|
||||
self
|
||||
.transcript
|
||||
.append_message(b"key_image_share", addendum.key_image.compress().to_bytes());
|
||||
self.transcript.append_message(b"key_image_share", addendum.key_image.compress().to_bytes());
|
||||
self.image += addendum.key_image.0;
|
||||
|
||||
Ok(())
|
||||
|
|
Loading…
Reference in a new issue