mirror of https://github.com/nucypher/nucypher.git
parent
b9d36dc13f
commit
1032a2b556
|
@ -34,7 +34,7 @@ coordinator_agent = CoordinatorAgent(
|
|||
network=coordinator_network
|
||||
),
|
||||
)
|
||||
ritual_id = 0 # got this from a side channel
|
||||
ritual_id = 1 # got this from a side channel
|
||||
ritual = coordinator_agent.get_ritual(ritual_id)
|
||||
enrico = Enrico(encrypting_key=DkgPublicKey.from_bytes(bytes(ritual.public_key)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue