mirror of https://github.com/nucypher/nucypher.git
Adjusts node operator agreement language. Closes #2047
Co-authored-by: David Núñez <david@nucypher.com> Co-authored-by: MacLane S Wilkison <maclane@nucypher.com>pull/2143/head
parent
e1db2c6206
commit
fed0f362b1
|
@ -65,8 +65,9 @@ By agreeing to stake {tokens} ({nunits} NuNits):
|
|||
- Agree to allow NuCypher network users to carry out uninterrupted re-encryption
|
||||
work orders at-will without interference.
|
||||
|
||||
Failure to keep your node online, or violation of re-encryption work orders
|
||||
will result in the loss of staked tokens as described in the NuCypher slashing protocol.
|
||||
Failure to keep your node online or fulfill re-encryption work orders will result
|
||||
in loss of staked NU as described in the NuCypher slashing protocol:
|
||||
https://docs.nucypher.com/en/latest/architecture/slashing.html.
|
||||
|
||||
Keeping your Ursula node online during the staking period and successfully
|
||||
producing correct re-encryption work orders will result in rewards
|
||||
|
@ -472,9 +473,9 @@ WORKLOCK_AGREEMENT = """
|
|||
per confirmed period. This rate may vary until {end_date}.
|
||||
|
||||
- You agree to allow NuCypher network users to carry out uninterrupted work orders
|
||||
at will without interference. Failure to keep your node online, or violation of
|
||||
work orders will result in the loss of staked tokens as described
|
||||
in the NuCypher slashing protocol.
|
||||
at will without interference. Failure to keep your node online or fulfill re-encryption
|
||||
work orders will result in loss of staked NU as described in the NuCypher slashing protocol:
|
||||
https://docs.nucypher.com/en/latest/architecture/slashing.html
|
||||
|
||||
- Correctly servicing work orders will result in rewards paid out in ethers retro-actively
|
||||
and on-demand.
|
||||
|
|
Loading…
Reference in New Issue