mirror of https://github.com/nucypher/nucypher.git
operator.set_provider_public_key comment/todo for #3176
parent
1705b03427
commit
21785246ed
|
@ -241,6 +241,7 @@ class Operator(BaseActor):
|
|||
)
|
||||
|
||||
def set_provider_public_key(self) -> TxReceipt:
|
||||
# TODO: Here we're assuming there is one global key per node. See nucypher/#3167
|
||||
receipt = self.coordinator_agent.set_provider_public_key(
|
||||
self.ritual_power.public_key(), transacting_power=self.transacting_power
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue