Skip to content
Snippets Groups Projects
Commit 4b75879c authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

backwards compatibility

parent 4a8627e9
No related branches found
No related tags found
No related merge requests found
...@@ -197,7 +197,7 @@ function bfainit ...@@ -197,7 +197,7 @@ function bfainit
then then
mkdir -p "${BFANODEDIR}" mkdir -p "${BFANODEDIR}"
echo "Node is not initialised. Initialising with genesis." echo "Node is not initialised. Initialising with genesis."
geth --config "${BFANETWORKDIR}/config.toml" --cache 0 init "${BFANETWORKDIR}/genesis.json" geth --network ${BFANETWORKID} --cache 0 --datadir "${BFANODEDIR}" init "${BFANETWORKDIR}/genesis.json"
fi fi
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment