Fixed bug in converting MixNode to MixNodePresence

This commit is contained in:
Jedrzej Stuczynski
2020-01-14 12:33:13 +00:00
parent cef1568e33
commit ea7a5cf044
@@ -61,7 +61,7 @@ impl From<topology::MixNode> for MixNodePresence {
MixNodePresence {
host: mn.host.to_string(),
pub_key: mn.pub_key,
layer: mn.last_seen,
layer: mn.layer,
last_seen: mn.last_seen,
version: mn.version,
}