Skip to content

Commit

Permalink
[settings] fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Sep 8, 2023
1 parent 5275bc0 commit b69a16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-primitives/settings/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub mod files {
/// Path to the light-client db for the Target A parentchain.
pub const TARGET_A_PARENTCHAIN_LIGHT_CLIENT_DB_PATH: &str = "target_a_lcdb";

/// Path to the light-client db for the Target A parentchain.
/// Path to the light-client db for the Target B parentchain.
pub const TARGET_B_PARENTCHAIN_LIGHT_CLIENT_DB_PATH: &str = "target_b_lcdb";

pub const RA_DUMP_CERT_DER_FILE: &str = "ra_dump_cert.der";
Expand Down

0 comments on commit b69a16b

Please sign in to comment.