Improve messaging during dkg demo (#128)
The group signature must be a quoted string, to meet serde_json formatting needs, which is not clear to the user currently.
This commit is contained in:
parent
62964d3246
commit
e9269f204e
|
@ -48,7 +48,7 @@ fn request_signature(
|
|||
input: &mut impl BufRead,
|
||||
logger: &mut impl Write,
|
||||
) -> Result<Signature, Box<dyn std::error::Error>> {
|
||||
writeln!(logger, "The group signature:")?;
|
||||
writeln!(logger, "The group signature (as a \"quoted_string\"):")?;
|
||||
|
||||
let mut signature_input = String::new();
|
||||
|
||||
|
|
Loading…
Reference in New Issue