Add pseudo-amendments to tx-type links snippet

This commit is contained in:
mDuo13
2017-10-26 17:54:01 -07:00
parent 735d57224f
commit d11721508b

View File

@@ -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 %}