more debugging

This commit is contained in:
Simon Wicky
2023-07-24 16:19:31 +02:00
parent a4c0be13f8
commit 139bde0176
2 changed files with 9 additions and 2 deletions
+4
View File
@@ -325,6 +325,10 @@ impl MixNode {
if self.check_if_bonded().await {
warn!("You seem to have bonded your mixnode before starting it - that's highly unrecommended as in the future it might result in slashing");
}
println!(
"Secret key start : {:?}",
self.identity_keypair.private_key()
);
let shutdown = TaskManager::default();