Negative UNL: expand on references, correct concept

This commit is contained in:
mDuo13
2020-10-09 19:29:33 -07:00
parent 1719dde391
commit 15b15b7ac0
11 changed files with 271 additions and 32 deletions

View File

@@ -0,0 +1,3 @@
## {{currentpage.name}} Fields
In addition to the [common fields](pseudo-transaction-types.html), a {{currentpage.name}} pseudo-transaction uses the following fields:

View File

@@ -173,6 +173,7 @@
"FlowV2",
"MultiSign",
"MultiSignReserve",
"NegativeUNL",
"OwnerPaysFee",
"PayChan",
"RequireFullyCanonicalSig",

View File

@@ -20,7 +20,8 @@
] %}
{% set pstxtypes = [
"EnableAmendment",
"SetFee"
"SetFee",
"UNLModify"
] %}