Skip to content

Commit 10b338f

Browse files
committed
Add doc comment
1 parent 99b6fc3 commit 10b338f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

trustchain-core/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ pub const TRUSTCHAIN_PROOF_SERVICE_ID_VALUE: &str = "trustchain-controller-proof
3131
/// The value of the type for the service containing a Trustchain controller proof within a DID document.
3232
pub const TRUSTCHAIN_PROOF_SERVICE_TYPE_VALUE: &str = "TrustchainProofService";
3333

34+
/// String slice for JSON file extension for consistency.
3435
pub const JSON_FILE_EXTENSION: &str = ".json";

trustchain-ion/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ pub enum TrustchainBitcoinError {
168168
pub const CONTROLLER_KEY: &str = "controller";
169169
pub const CREATE_OPERATION_FILENAME_PREFIX: &str = "create_operation_";
170170
pub const ATTEST_OPERATION_FILENAME_PREFIX: &str = "attest_operation_";
171+
// TODO: uncomment when update operation functionality merged
171172
// pub const UPDATE_OPERATION_FILENAME_PREFIX: &str = "update_operation_";
172173

173174
// ION

0 commit comments

Comments
 (0)