Feature/per layer count (#628)
* Initial struct * WIP * Added test for migration * unused import
This commit is contained in:
committed by
GitHub
parent
e12314a6fa
commit
50f65aa698
@@ -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 {:?})",
|
||||
|
||||
Reference in New Issue
Block a user