ArkEcosystemArchive / payvo-sdk

Archived, please see https://github.com/ArdentHQ/platform-sdk
https://github.com/PayvoHQ/sdk
9 stars 7 forks source link

fix(profiles): ensure MuSig transaction has correct data types before broadcasting #719

Closed goga-m closed 2 years ago

goga-m commented 2 years ago

Summary

This PR ensures that fee, amount, and nonce have correct formats when adding signature and posting to the musig server instead of being empty objects which trigger validation errors in the musig server.

Checklist