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

Fix relayV1Builder #172

Open cristure opened 7 months ago

cristure commented 7 months ago

As it is right now, the value from the inner transaction is passed to the relayer as well. When using this functionality the relayer is expected to pay only the computation fees. The current behaviour is that beside the computation fees, the relayer also pays the value of the transaction for the sender instead.