Update docs to suit sigp/docker-compose updates (#1235)

This commit is contained in:
Paul Hauner
2020-06-01 21:18:48 +10:00
committed by GitHub
parent 723c7cbd27
commit a214032e1f
2 changed files with 7 additions and 7 deletions

View File

@@ -103,7 +103,7 @@ impl Manager {
info!(
log,
"Decrypted validator keystore";
"pubkey" => kp.pk.as_hex_string()
"voting_pubkey" => kp.pk.as_hex_string()
)
}
(kp, v)