mirror of
https://github.com/RoboSats/taptrade-core.git
synced 2025-07-18 16:53:22 +00:00
warn about using verify_partil
This commit is contained in:
@ -944,6 +944,7 @@ impl CoordinatorDB {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
warn!("we can use musig2::verify_partial to detect users submitting invalid partial signatures");
|
||||||
if is_already_there {
|
if is_already_there {
|
||||||
return Err(anyhow!("Partial sig already submitted"));
|
return Err(anyhow!("Partial sig already submitted"));
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user