Skip to content

Commit 76704c0

Browse files
committed
Clarify approve transactions
1 parent 91ce7e8 commit 76704c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/transactions.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ The PAA certificate is not active until sufficient number of Trustees approve it
881881
- time: `optional(int64)` - approval time (number of nanoseconds elapsed since January 1, 1970 UTC). CLI uses the current time for that field.
882882
- In State: `pki/ApprovedCertificates/value/<Certificate's Subject>/<Certificate's Subject Key ID>`.
883883
- Number of required approvals:
884-
- greater than 2/3 of Trustees (proposal by a Trustee is also counted as an approval)
884+
- greater than or equal 2/3 of Trustees (proposal by a Trustee is also counted as an approval)
885885
- CLI command:
886886
- `dcld tx pki approve-add-x509-root-cert --subject=<base64 string> --subject-key-id=<hex string> --from=<account>`
887887
- Validation:
@@ -971,7 +971,7 @@ The revocation is not applied until sufficient number of Trustees approve it.
971971
- time: `optional(int64)` - revocation approval time (number of nanoseconds elapsed since January 1, 1970 UTC). CLI uses the current time for that field.
972972
- In State: `pki/RevokedCertificates/value/<Certificate's Subject>/<Certificate's Subject Key ID>`
973973
- Number of required approvals:
974-
- greater than 2/3 of Trustees (proposal by a Trustee is also counted as an approval)
974+
- greater than or equal 2/3 of Trustees (proposal by a Trustee is also counted as an approval)
975975
- CLI command:
976976
- `dcld tx pki approve-revoke-x509-root-cert --subject=<base64 string> --subject-key-id=<hex string> --from=<account>`
977977
- Validation:
@@ -1691,7 +1691,7 @@ The account is not active until sufficient number of Trustees approve it.
16911691
- Who can send:
16921692
- Trustee
16931693
- Number of required approvals:
1694-
- greater than 2/3 of Trustees for account roles: `TestHouse`, `CertificationCenter`, `Trustee`, `NodeAdmin`, `VendorAdmin` (proposal by a Trustee is also counted as an approval)
1694+
- greater than or equal 2/3 of Trustees for account roles: `TestHouse`, `CertificationCenter`, `Trustee`, `NodeAdmin`, `VendorAdmin` (proposal by a Trustee is also counted as an approval)
16951695
- greater than 1/3 of Trustees for account role: `Vendor` (proposal by a Trustee is also counted as an approval)
16961696
- CLI command:
16971697
- `dcld tx auth approve-add-account --address=<bench32 encoded string> --from=<account>`
@@ -1717,7 +1717,7 @@ The account is not reject until sufficient number of Trustees reject it.
17171717
- Trustee
17181718
- Number of required rejects:
17191719
- greater than 1/3 of Trustees for account roles: `TestHouse`, `CertificationCenter`, `Trustee`, `NodeAdmin`, `VendorAdmin` (proposal by a Trustee is also counted as an approval)
1720-
- greater than 2/3 of Trustees for account role: `Vendor` (proposal by a Trustee is also counted as an approval)
1720+
- greater than or equal 2/3 of Trustees for account role: `Vendor` (proposal by a Trustee is also counted as an approval)
17211721
- CLI command:
17221722
- `dcld tx auth reject-add-account --address=<bench32 encoded string> --from=<account>`
17231723

@@ -1756,7 +1756,7 @@ The account is not revoked until sufficient number of Trustees approve it.
17561756
- Who can send:
17571757
- Trustee
17581758
- Number of required approvals:
1759-
- greater than 2/3 of Trustees (proposal by a Trustee is also counted as an approval)
1759+
- greater than or equal 2/3 of Trustees (proposal by a Trustee is also counted as an approval)
17601760
- CLI command:
17611761
- `dcld tx auth approve-revoke-account --address=<bench32 encoded string> --from=<account>`
17621762

0 commit comments

Comments
 (0)