mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 13:55:45 +00:00
236f6e63e2
https://github.com/embark-framework/embark/pull/1367 introduced a change that prevented the `blockchain_listener` from listening to logs until the IPC server connected. However, the restriction went too far, and included restricting registration of console commands and API endpoints for the regular transactions feature. This fix reverts the changes that affect registration of regular txs endpoints and console commands.