print public key for nym client tools

This commit is contained in:
Roberto Santacroce Martins
2020-01-14 11:19:11 +01:00
parent 1d2481e558
commit 1c85ba266f
+2
View File
@@ -243,6 +243,8 @@ impl NymClient {
self.auth_token,
);
println!("Public Key: {}", base64::encode_config(&self.address, base64::URL_SAFE));
// registration
rt.block_on(async {
match self.auth_token {