mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 06:16:01 +00:00
ab7784c1e9
The datadir path was not being passed to the miner, was resolving as `undefined`, and therefore, was not setting up an ipc connection correctly and no communication was happening. The fix passes the `datadir` from the blockchain config to the miner in the constructor.