mirror of
https://github.com/mimblewimble/grin.git
synced 2025-05-03 15:51:14 +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(),
|
"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()[..])
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue