You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -971,7 +971,7 @@ The revocation is not applied until sufficient number of Trustees approve it.
971
971
- time: `optional(int64)` - revocation approval time (number of nanoseconds elapsed since January 1, 1970 UTC). CLI uses the current time for that field.
972
972
- In State: `pki/RevokedCertificates/value/<Certificate's Subject>/<Certificate's Subject Key ID>`
973
973
- 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)
@@ -1691,7 +1691,7 @@ The account is not active until sufficient number of Trustees approve it.
1691
1691
- Who can send:
1692
1692
- Trustee
1693
1693
- 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)
1695
1695
- greater than 1/3 of Trustees for account role: `Vendor` (proposal by a Trustee is also counted as an approval)
@@ -1717,7 +1717,7 @@ The account is not reject until sufficient number of Trustees reject it.
1717
1717
- Trustee
1718
1718
- Number of required rejects:
1719
1719
- 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)
0 commit comments