multiversx / mx-sdk-py-cli

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

remove missleading flag #430

Closed popenta closed 3 months ago

popenta commented 3 months ago

The --using-delegation-manger flag was needed to add nodes to a delegation contract. If the flag was not provided the signed message would have been the pubkey of the wallet that was sending the transaction, and the transactions would fail. The signed message should always be the pubkey of the delegation contract. Removed the flag.