mirror of https://github.com/nucypher/nucypher.git
Ensure that test Ursulas set their provider public key after being initialized.
parent
7689cc0769
commit
e1eb8cb0c1
|
@ -84,9 +84,7 @@ def make_ursulas(
|
|||
**ursula_overrides
|
||||
)
|
||||
|
||||
# TODO: Confirm operator here?
|
||||
# if commit_now:
|
||||
# ursula.confirm_operator_address()
|
||||
ursula.set_provider_public_key()
|
||||
|
||||
ursulas.append(ursula)
|
||||
|
||||
|
|
Loading…
Reference in New Issue