fix: remove geth from start file

This commit is contained in:
Richard Ramos 2019-04-09 09:40:35 -04:00
parent 8c29bae14a
commit cc0bb9ceff

View File

@ -3,8 +3,4 @@
export GITTER_TOKEN=
export STATUS_PRIVKEY=
killall geth
geth --testnet --ws --wsport=8546 --wsaddr=localhost --wsorigins=* --shh --wsapi=web3,net,shh --syncmode=light &
npm start