mirror of https://github.com/nucypher/nucypher.git
Apply suggestions from code review
Co-authored-by: Derek Pierre <derek.pierre@gmail.com>pull/3529/head
parent
98fb407e77
commit
3354213ff8
|
@ -1 +1 @@
|
|||
Prevents nodes from starting up or participating in DKGs if there is a local vs. onchain ferveo key mismatch. This will assist in alerting node operators who need to relocate or recover thier hosts about the correct procedure.
|
||||
Prevents nodes from starting up or participating in DKGs if there is a local vs. onchain ferveo key mismatch. This will assist in alerting node operators who need to relocate or recover their hosts about the correct procedure.
|
||||
|
|
|
@ -1013,7 +1013,7 @@ class Operator(BaseActor):
|
|||
self.check_ferveo_public_key_match()
|
||||
emitter.message(
|
||||
f"✓ Provider's DKG participation public key already set for "
|
||||
f"{self.staking_provider_address} on Coordinator {self.coordinator_agent.contract_address}",
|
||||
f"{self.staking_provider_address} on Coordinator {coordinator_address}",
|
||||
color="green",
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue