mirror of
https://github.com/romanz/electrs.git
synced 2026-08-17 13:06:27 +02:00
parent
2df789e053
commit
df513cfb18
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ impl Config {
|
|||
}
|
||||
|
||||
let daemon_dir = &config.daemon_dir;
|
||||
let daemon_cookie_file = daemon_dir.join(".cookie");
|
||||
let daemon_cookie_file = config.cookie_file.unwrap_or(daemon_dir.join(".cookie"));
|
||||
|
||||
let config = Config {
|
||||
network: config.network,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue