mirror of
https://github.com/mimblewimble/grin.git
synced 2025-04-20 09:21:13 +03:00
rustfmt
This commit is contained in:
parent
9584ca7a89
commit
c380ab9185
1 changed files with 4 additions and 2 deletions
|
@ -369,8 +369,10 @@ impl Slate {
|
|||
"Optional participant messages do not match signatures".to_owned(),
|
||||
))?;
|
||||
} else {
|
||||
info!("verify_messages - signature verified ok. Participant message: \"{}\"",
|
||||
String::from_utf8_lossy(&msg.as_bytes()[..]));
|
||||
info!(
|
||||
"verify_messages - signature verified ok. Participant message: \"{}\"",
|
||||
String::from_utf8_lossy(&msg.as_bytes()[..])
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue