multiversx / mx-sdk-py-cli

Python Command Line Tools and SDK for interacting with the MultiversX blockchain and dApps.
Other
34 stars 36 forks source link

Fix type of "--pem-index" (should be "int") #345

Closed andreibancioiu closed 10 months ago

andreibancioiu commented 11 months ago

In the file cli_shared.py, function add_wallet_args, fix the type of --pem-index.

Add unit test in tests/test_cli_wallet.py.

popenta commented 10 months ago

Fixed in PR https://github.com/multiversx/mx-sdk-py-cli/pull/346