File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -31,4 +31,5 @@ pub const TRUSTCHAIN_PROOF_SERVICE_ID_VALUE: &str = "trustchain-controller-proof
31
31
/// The value of the type for the service containing a Trustchain controller proof within a DID document.
32
32
pub const TRUSTCHAIN_PROOF_SERVICE_TYPE_VALUE : & str = "TrustchainProofService" ;
33
33
34
+ /// String slice for JSON file extension for consistency.
34
35
pub const JSON_FILE_EXTENSION : & str = ".json" ;
Original file line number Diff line number Diff line change @@ -168,6 +168,7 @@ pub enum TrustchainBitcoinError {
168
168
pub const CONTROLLER_KEY : & str = "controller" ;
169
169
pub const CREATE_OPERATION_FILENAME_PREFIX : & str = "create_operation_" ;
170
170
pub const ATTEST_OPERATION_FILENAME_PREFIX : & str = "attest_operation_" ;
171
+ // TODO: uncomment when update operation functionality merged
171
172
// pub const UPDATE_OPERATION_FILENAME_PREFIX: &str = "update_operation_";
172
173
173
174
// ION
You can’t perform that action at this time.
0 commit comments