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

An opentx node should not have accounts

parent 3c72e452
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,8 @@ function startgeth
if [ -e "${BFANODEDIR}/opentx" ]
then
# INADDR_ANY
flexargs="${flexargs} --rpcapi eth,net,web3,clique --rpcaddr 0.0.0.0 --rpcvhosts localhost,opentx.bfa.ar"
# Oh, and don't put keys in / :-)
flexargs="${flexargs} --rpcapi eth,net,web3,clique --rpcaddr 0.0.0.0 --rpcvhosts localhost,opentx.bfa.ar --keystore /"
else
flexargs="${flexargs} --rpcapi eth,net,web3,admin,clique,miner,personal"
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