Files
darkfi/bin
Sombra 077913934f bin/darkfid/src/main.rs: fix path
Updates line 304:
```
   let db_path = format!("{}/{}", expand_path(&args.database)?.to_str().unwrap(), args.chain);
```
to:
```
    let db_path = Path::new(expand_path(&args.database)?.to_str().unwrap()).join(args.chain.clone());
```
2023-02-27 19:52:46 +00:00
..
2023-02-25 16:00:20 +01:00
2023-02-27 19:52:46 +00:00
2023-02-25 16:00:20 +01:00
2023-02-25 16:00:20 +01:00
2023-02-25 16:00:20 +01:00
2023-02-25 16:00:20 +01:00
2023-02-25 16:00:20 +01:00
2023-02-25 16:00:20 +01:00
2023-02-25 16:00:20 +01:00
2023-02-25 16:00:20 +01:00
2023-02-25 16:00:20 +01:00
2023-02-25 16:00:20 +01:00
2023-02-25 16:00:20 +01:00
2023-02-25 16:00:20 +01:00
2023-02-25 16:00:20 +01:00