From 5affda77eb9585bd4b724ab1334b8cc3f29cd41a Mon Sep 17 00:00:00 2001 From: Adrian Dobrita <36338271+AdoAdoAdo@users.noreply.github.com> Date: Wed, 30 Aug 2023 11:45:08 +0300 Subject: [PATCH] Update relayed-transactions.md typo fix and update note --- docs/developers/relayed-transactions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developers/relayed-transactions.md b/docs/developers/relayed-transactions.md index aedcbde6..2848bccf 100644 --- a/docs/developers/relayed-transactions.md +++ b/docs/developers/relayed-transactions.md @@ -169,7 +169,7 @@ the matching gas limit values between the relayed and inner transactions. It would look like: ```rust -RelayedV1Transaction { +RelayedV2Transaction { Sender: Receiver:
Value: 0 @@ -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: