From ea7d03c9914c050cfd969dfec1e9addce70a511c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Silkj=C3=A6r?= Date: Tue, 18 Nov 2025 16:04:18 +0100 Subject: [PATCH] Added IOUIssuerWeakTSH comment --- src/content/docs/docs/hooks/concepts/weak-and-strong.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/docs/hooks/concepts/weak-and-strong.mdx b/src/content/docs/docs/hooks/concepts/weak-and-strong.mdx index dc541d5..64e3ba0 100644 --- a/src/content/docs/docs/hooks/concepts/weak-and-strong.mdx +++ b/src/content/docs/docs/hooks/concepts/weak-and-strong.mdx @@ -15,6 +15,7 @@ For example: * In a conventional direct XAH **Payment** transaction the two TSH are the _originating account_ and the _destination account_. * In a **SetSignerList** transaction the TSH are the _originating account_ and each account whose address appears in the signer list, where such accounts are active on the ledger. * In an **OfferCreate** transaction, other account's offers which are crossed by the originating transaction are all weak TSH and may opt for weak execution. +* With the **IOUIssuerWeakTSH** amendment, currency issuers have their hooks executed in third-party transactions that touch or mention their currency, if they have opted into weak execution. Due to the heterogenous nature of transactions on Xahau, TSH come in all shapes and sizes and can be exotic and non-intuitive. This becomes more true as time passes and more transaction types are added to the Ledger.