multiversx / mx-sdk-go

MultiversX GO SDK for interacting with the MultiversX blockchain (in general) and Smart Contracts (in particular).
GNU General Public License v3.0
18 stars 12 forks source link

Added value checker inside relayed transactions v2. #173

Open cristure opened 7 months ago

cristure commented 7 months ago

Because of the missing check. One could pass in a signed transaction with a value different to 0. The builder will overwrite the value field anyway and thus making the signature invalid.