mirror of https://github.com/nucypher/nucypher.git
Merge pull request #3557 from manumonti/update-lynx-ritual
Update ritual ID used in Lynx examplespull/3563/head
commit
55123643ff
|
@ -39,7 +39,7 @@ coordinator_agent = CoordinatorAgent(
|
|||
blockchain_endpoint=polygon_endpoint,
|
||||
registry=registry,
|
||||
)
|
||||
ritual_id = 0 # got this from a side channel
|
||||
ritual_id = 27 # got this from a side channel
|
||||
ritual = coordinator_agent.get_ritual(ritual_id)
|
||||
|
||||
# known authorized encryptor for ritual 3
|
||||
|
|
|
@ -40,7 +40,7 @@ coordinator_agent = CoordinatorAgent(
|
|||
blockchain_endpoint=polygon_endpoint,
|
||||
registry=registry,
|
||||
)
|
||||
ritual_id = 0 # got this from a side channel
|
||||
ritual_id = 27 # got this from a side channel
|
||||
ritual = coordinator_agent.get_ritual(ritual_id)
|
||||
|
||||
# known authorized encryptor for ritual 3
|
||||
|
|
Loading…
Reference in New Issue