mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
Use a gamma distribution for mixin selection
This commit is contained in:
@@ -60,6 +60,7 @@ pub async fn send_multisig() {
|
||||
&mut OsRng,
|
||||
&rpc,
|
||||
keys[i - 1].clone(),
|
||||
rpc.get_height().await.unwrap() - 10,
|
||||
&(1 ..= THRESHOLD).collect::<Vec<usize>>()
|
||||
).await.unwrap()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user