Skip to content

Commit 2ba0371

Browse files
committed
Format transactions.md document
1 parent 287a31f commit 2ba0371

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/transactions.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -901,10 +901,10 @@ The certificate is not reject until sufficient number of Trustees reject it.
901901
- Parameters:
902902
- subject: `string` - proposed certificates's `Subject` is base64 encoded subject DER sequence bytes
903903
- subject_key_id: `string` - proposed certificates's `Subject Key Id` in hex string format, e.g:
904-
- schemaVersion: `optional(uint16)` - Schema version to support backward/forward compatability(default 0)
905904
`5A:88:0E:6C:36:53:D0:7F:B0:89:71:A3:F4:73:79:09:30:E6:2B:DB`
906905
- info: `optional(string)` - information/notes for the reject. Can contain up to 4096 characters.
907906
- time: `optional(int64)` - reject time (number of nanoseconds elapsed since January 1, 1970 UTC). CLI uses the current time for that field.
907+
- schemaVersion: `optional(uint16)` - Schema version to support backward/forward compatability(default 0)
908908
- In State: `pki/RejectedCertificates/value/<Certificate's Subject>/<Certificate's Subject Key ID>`
909909
- Number of required rejects:
910910
- more than 1/3 of Trustees
@@ -938,7 +938,6 @@ then the certificate will be in a pending state until sufficient number of other
938938
- info: `optional(string)` - information/notes for the revocation proposal. Can contain up to 4096 characters.
939939
- time: `optional(int64)` - revocation proposal time (number of nanoseconds elapsed since January 1, 1970 UTC). CLI uses the current time for that field.
940940
- schemaVersion: `optional(uint16)` - Schema version to support backward/forward compatability(default 0)
941-
942941
- In State: `pki/ProposedCertificateRevocation/value/<Certificate's Subject>/<Certificate's Subject Key ID>`
943942
- CLI command:
944943
- `dcld tx pki propose-revoke-x509-root-cert --subject=<base64 string> --subject-key-id=<hex string> --from=<account>`

0 commit comments

Comments
 (0)