Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(nodebuilder): Allow custom networks to work over already-ini…
…tialised store (#1270) After conversation with @jbowen93 , we decided to allow using custom networks over an already-initialised node store. The issue this was originally attempting to prevent is accidental corruption of chain data in the case that a user accidentally leaves their environment variable set up and connects to another network over an old node store. This issue is actually currently prevented thanks to #1073 extending the node store name with the network name.
- Loading branch information