Skip to content

Commit

Permalink
Add doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury authored Sep 6, 2024
1 parent 99b6fc3 commit 70e8e62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trustchain-ion/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ pub enum TrustchainBitcoinError {
pub const CONTROLLER_KEY: &str = "controller";
pub const CREATE_OPERATION_FILENAME_PREFIX: &str = "create_operation_";
pub const ATTEST_OPERATION_FILENAME_PREFIX: &str = "attest_operation_";
// TODO: uncomment when update operation functionality merged
// pub const UPDATE_OPERATION_FILENAME_PREFIX: &str = "update_operation_";

// ION
Expand Down

0 comments on commit 70e8e62

Please sign in to comment.