Add version to MixNodePresence struct

This commit is contained in:
aniampio
2020-01-07 13:46:14 +00:00
parent f57e485ceb
commit d50666df0c
4 changed files with 15 additions and 6 deletions
+1
View File
@@ -22,6 +22,7 @@ impl Notifier {
pub_key: node_config.public_key_string(),
layer: node_config.layer as u64,
last_seen: 0,
version: env!("CARGO_PKG_VERSION").to_string(),
};
Notifier {
net_client,