From 21dff589992e464ab11b7924b7c559e2a1e160e0 Mon Sep 17 00:00:00 2001 From: Samuel Huber <40248495+SamuelLHuber@users.noreply.github.com> Date: Fri, 5 Apr 2024 13:34:20 +0200 Subject: [PATCH] chore: clearly state address property frog-transaction-context.mdx (#227) --- site/pages/reference/frog-transaction-context.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site/pages/reference/frog-transaction-context.mdx b/site/pages/reference/frog-transaction-context.mdx index ca9f6e88..9714cf23 100644 --- a/site/pages/reference/frog-transaction-context.mdx +++ b/site/pages/reference/frog-transaction-context.mdx @@ -21,7 +21,9 @@ A transaction handler can also be asynchronous (ie. `async (c) => { ... }{:js}`) - **Type**: `string | undefined` -The address of a wallet that sends a transaction. +The address of the wallet connected by the user after pressing the button to do the transaction. + +This is the wallet address the user executes the transaction with. ```tsx twoslash // @noErrors