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
|
**ursula_overrides
|
||||||
)
|
)
|
||||||
|
|
||||||
# TODO: Confirm operator here?
|
ursula.set_provider_public_key()
|
||||||
# if commit_now:
|
|
||||||
# ursula.confirm_operator_address()
|
|
||||||
|
|
||||||
ursulas.append(ursula)
|
ursulas.append(ursula)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue