Feature/per layer count (#628)

* Initial struct

* WIP

* Added test for migration

* unused import
This commit is contained in:
Jędrzej Stuczyński
2021-06-07 11:59:33 +01:00
committed by GitHub
parent e12314a6fa
commit 50f65aa698
10 changed files with 358 additions and 49 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ impl MixNode {
runtime.block_on(async {
if let Some(duplicate_node_key) = self.check_if_same_ip_node_exists().await {
if duplicate_node_key == self.identity_keypair.public_key().to_base58_string() {
warn!("You seem to have bonded your mixnode before starting it - that's highly unrecommended as in the future it will result in slashing");
warn!("You seem to have bonded your mixnode before starting it - that's highly unrecommended as in the future it might result in slashing");
} else {
log::error!(
"Our announce-host is identical to an existing node's announce-host! (its key is {:?})",