multiversx / mx-sdk-py-cli

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

Fix transaction signing #421

Closed popenta closed 3 months ago

popenta commented 3 months ago

There was an issue when signing transactions by hash (happened with a Ledger device). Now the signing is done based on the options field in the transaction.

Also updated the dependencies.