mirror of https://github.com/nucypher/nucypher.git
Show WorkLock address in `nucypher worklock status`
parent
9f15fb7942
commit
97efaec091
|
@ -65,6 +65,8 @@ def paint_worklock_status(emitter, registry: BaseContractRegistry):
|
|||
# Refund
|
||||
refund_multiple = worklock_agent.boosting_refund / worklock_agent.slowing_refund
|
||||
|
||||
emitter.echo(f"\nWorkLock ({worklock_agent.contract_address})", bold=True, color='green')
|
||||
|
||||
payload = f"""
|
||||
Time
|
||||
══════════════════════════════════════════════════════
|
||||
|
|
Loading…
Reference in New Issue