Skip to content

Commit

Permalink
Merge pull request #690 from multiversx/relayed-v2-changes
Browse files Browse the repository at this point in the history
Update relayed-transactions.md
  • Loading branch information
andreibancioiu authored Oct 23, 2023
2 parents 3672202 + 5affda7 commit bac0f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developers/relayed-transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ the matching gas limit values between the relayed and inner transactions.
It would look like:

```rust
RelayedV1Transaction {
RelayedV2Transaction {
Sender: <Relayer address>
Receiver: <Address that signed the inner transaction>
Value: 0
Expand All @@ -183,7 +183,7 @@ RelayedV1Transaction {
```

:::note
Noticing the arguments needed, there are some limitations for the inner transaction: it cannot have call value or a custom gas price.
Noticing the arguments needed, there are some limitations for the inner transaction: it cannot have call value, a custom gas price or a guardian
:::

Therefore, when one wants to build such a transaction, the steps would be:
Expand Down

0 comments on commit bac0f15

Please sign in to comment.