Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Nov 7, 2024
1 parent 76141c1 commit 3012f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/cmds/plotnft_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ async def pprint_all_pool_wallet_state(

async def show(wallet_rpc_port: Optional[int], fp: Optional[int], wallet_id_passed_in: Optional[int]) -> None:
async with get_wallet_client(wallet_rpc_port, fp) as (wallet_client, _, _):
await wallet_id_lookup_and_check(WalletRpcClient, wallet_id_passed_in)
await wallet_id_lookup_and_check(wallet_client, wallet_id_passed_in)
try:
async with get_any_service_client(FarmerRpcClient) as (farmer_client, config):
address_prefix = config["network_overrides"]["config"][config["selected_network"]]["address_prefix"]
Expand Down

0 comments on commit 3012f25

Please sign in to comment.