Additional feedback on unregistration on sigint (#466)

This commit is contained in:
Jędrzej Stuczyński
2020-11-24 10:57:53 +00:00
committed by GitHub
parent 83dcd75cea
commit 80775b7436
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -130,6 +130,8 @@ impl MixNode {
.await
{
error!("failed to unregister with validator... - {:?}", err)
} else {
info!("unregistration was successful!")
}
}