warn about using verify_partil

This commit is contained in:
fbock
2024-08-16 11:01:32 +02:00
parent 5805218345
commit ab5ab73012

View File

@ -944,6 +944,7 @@ impl CoordinatorDB {
}
};
warn!("we can use musig2::verify_partial to detect users submitting invalid partial signatures");
if is_already_there {
return Err(anyhow!("Partial sig already submitted"));
} else {