mirror of https://github.com/nucypher/nucypher.git
Add refund command description to worklock guide
parent
3e49cd2822
commit
fb59768e49
|
@ -82,3 +82,13 @@ Once claimed, you can check that the stake was created successfully by running:
|
|||
.. code::
|
||||
|
||||
(nucypher)$ nucypher status stakers --staking-address <YOUR BIDDER ADDRESS> --network {network} --provider <YOUR PROVIDER URI> --poa
|
||||
|
||||
|
||||
Refund locked ETH
|
||||
----------------
|
||||
|
||||
If you've committed some work, you are able to refund proportional part of ETH you've had bid in WorkLock contract:
|
||||
|
||||
.. code::
|
||||
|
||||
(nucypher)$ nucypher worklock refund --network <NETWORK> --provider <YOUR PROVIDER URI> --poa
|
||||
|
|
Loading…
Reference in New Issue