Skip to content

Commit ae8a49c

Browse files
committed
disabling apr command
1 parent b16b1ca commit ae8a49c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/torusdk/cli/misc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,13 @@ def circulating_supply(ctx: Context, unit: BalanceUnit = BalanceUnit.joule):
4545
context.output(format_balance(supply, unit))
4646

4747

48-
@misc_app.command()
48+
@misc_app.command(hidden=True)
4949
def apr(ctx: Context, fee: int = 0):
5050
"""
5151
Gets the current staking APR on validators.
5252
The miner reinvest rate & fee are specified in percentages.
5353
"""
54+
raise NotImplementedError("Emissions are not enabled yet")
5455
context = make_custom_context(ctx)
5556
client = context.com_client()
5657

0 commit comments

Comments
 (0)