This commit is contained in:
Gary Yu 2018-12-22 11:06:07 +08:00
parent 9584ca7a89
commit c380ab9185

View file

@ -369,8 +369,10 @@ impl Slate {
"Optional participant messages do not match signatures".to_owned(), "Optional participant messages do not match signatures".to_owned(),
))?; ))?;
} else { } else {
info!("verify_messages - signature verified ok. Participant message: \"{}\"", info!(
String::from_utf8_lossy(&msg.as_bytes()[..])); "verify_messages - signature verified ok. Participant message: \"{}\"",
String::from_utf8_lossy(&msg.as_bytes()[..])
);
} }
} }
} }