mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-10 06:35:54 +00:00
76f5f662cc
- Have `${DataDir}/bzzd.ipc` as IPC path default. - Respect the `--datadir` flag. - Keep only the global `--ipcpath` flag and drop the local `--ipcpath` flag as flags might overwrite each other. (Note: before global `--ipcpath` was ignored even if it was set) fixes ethersphere#795