mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-19 10:15:59 +00:00
03bd49cf64
Was caused by the fact that each rpc-modifier got its own node accounts, but once the eth_accounts modifier is enabled, the "node" accounts are always going to contain the custom accounts too Now, the node accounts are set once eth_accounts is initiated, so that every modifier is on the same page Also implement a second layer of protection to make sure that if a duplication happens, it is gotten rid of