diff --git a/content/snippets/tx-type-links.md b/content/snippets/tx-type-links.md index 26452447f9..71d11eec58 100644 --- a/content/snippets/tx-type-links.md +++ b/content/snippets/tx-type-links.md @@ -13,6 +13,10 @@ "SignerListSet", "TrustSet" ] %} +{% set pstxtypes = [ + "EnableAmendment", + "SetFee" +] %} {% if currentpage.html == "reference-transaction-format.html" %} {% set basepage = "" %} @@ -25,3 +29,9 @@ [{{tx}} transaction]: {{basepage}}#{{tx|lower}} [{{tx}} transactions]: {{basepage}}#{{tx|lower}} {% endfor %} + +{% for tx in pstxtypes %} +[{{tx}}]: {{basepage}}#{{tx|lower}} +[{{tx}} pseudo-transaction]: {{basepage}}#{{tx|lower}} +[{{tx}} pseudo-transactions]: {{basepage}}#{{tx|lower}} +{% endfor %}