diff --git a/src/allmydata/client.py b/src/allmydata/client.py index 24f217288..54a4e9ee2 100644 --- a/src/allmydata/client.py +++ b/src/allmydata/client.py @@ -564,7 +564,7 @@ def create_storage_farm_broker(config, default_connection_handlers, foolscap_con grid_manager_keys = [] for name, gm_key in config.enumerate_section('grid_managers').items(): grid_manager_keys.append( - keyutil.parse_pubkey(gm_key) + ed25519.verifying_key_from_string(gm_key) ) # we don't actually use this keypair for anything (yet) as far