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

Fix dns register using relayed transaction #387

Closed popenta closed 9 months ago

popenta commented 9 months ago

Fixed the creation of relayed dns register transactions. It used to return the inner transaction as a dict instead of the data field for the relayed transaction .

Fixes https://github.com/multiversx/mx-sdk-py-cli/issues/386.