Skip to content

Commit

Permalink
[docs]: link issue hyperledger-iroha#4161
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Balashov <[email protected]>
  • Loading branch information
0x009922 committed Dec 21, 2023
1 parent e6a95a5 commit 7eae777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ pub fn read_config(
// careful here: `genesis.file` might be a path relative to the config file.
// we need to resolve it before proceeding
// TODO: move this logic into `iroha_config`
// https://github.com/hyperledger/iroha/issues/4161
let join_to_config_dir = |x: &mut PathBuf| {
*x = config_dir.join(&x);
};
Expand Down

0 comments on commit 7eae777

Please sign in to comment.