Skip to content

Commit

Permalink
Merge bc04663 into 9175687
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Nov 7, 2023
2 parents 9175687 + bc04663 commit 0fc8833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe_cli/prompt_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def remove_delegate(args):
parser.add_argument("token_address", type=check_ethereum_address)

parser_send_erc20.add_argument("amount", type=int)
parser_send_erc721.add_argument("token-id", type=int)
parser_send_erc721.add_argument("token_id", type=int)

# Drain only needs receiver account
parser_drain = subparsers.add_parser("drain")
Expand Down

0 comments on commit 0fc8833

Please sign in to comment.