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

Typos

parent 4b75879c
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,7 @@ function initgenesis ...@@ -148,7 +148,7 @@ function initgenesis
if [ ! -d "${BFANODEDIR}" -o ! -d "${BFANODEDIR}/geth/chaindata" ] if [ ! -d "${BFANODEDIR}" -o ! -d "${BFANODEDIR}/geth/chaindata" ]
then then
info "Node is not initialised. Initialising with genesis." info "Node is not initialised. Initialising with genesis."
geth --network ${BFANETWORKID} --cache 0 --datadir "${BFANODEDIR}" init "${BFANETWORKDIR}/genesis.json" geth --networkid ${BFANETWORKID} --cache 0 --datadir "${BFANODEDIR}" init "${BFANETWORKDIR}/genesis.json"
fi fi
) )
} }
......
...@@ -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 --network ${BFANETWORKID} --cache 0 --datadir "${BFANODEDIR}" init "${BFANETWORKDIR}/genesis.json" geth --networkid ${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