Merge commit '30b9173eb205db5476b72bba8ef61dd2c3d34645' into checkpoint/main_from_release_1.6.2_30b9173eb205db5476b72bba8ef61dd2c3d34645

This commit is contained in:
Amine Khaldi 2022-12-17 12:57:33 +01:00
commit 9884a729ac
No known key found for this signature in database
GPG key ID: B1C074FFC904E2D9

View file

@ -6,7 +6,8 @@ from typing import Any, Dict, List, Optional, Tuple
import click
from chia.cmds.cmds_util import execute_with_wallet
from chia.cmds.coins import coins_cmd
# from chia.cmds.coins import coins_cmd
from chia.cmds.plotnft import validate_fee
from chia.wallet.transaction_sorting import SortKey
from chia.wallet.util.address_type import AddressType
@ -924,7 +925,8 @@ def nft_get_info_cmd(
# Keep at bottom.
wallet_cmd.add_command(coins_cmd)
# Remove coins subcommand from wallet for now pending further testing
# wallet_cmd.add_command(coins_cmd)
@wallet_cmd.group("notifications", short_help="Send/Manage notifications")