Apply suggestions from code review

Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
pull/3529/head
KPrasch 2024-07-29 23:01:52 +07:00 committed by GitHub
parent 98fb407e77
commit 3354213ff8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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",
)