Skip to content

Commit

Permalink
Update run.rootchain.sh
Browse files Browse the repository at this point in the history
Fixed missing argument
  • Loading branch information
sifnoc authored Apr 3, 2020
1 parent 430fd6d commit 9a45eee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion run.rootchain.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/bin/bash
RESTART=$1

ADDR0="0xb79749F25Ef64F9AC277A4705887101D3311A0F4"
ADDR1="0x5E3230019fEd7aB462e3AC277E7709B9b2716b4F"
ADDR2="0x515B385bDc89bCc29077f2B00a88622883bfb498"
Expand Down Expand Up @@ -52,7 +55,7 @@ start_rootchain() {

restart_rootchain() {
echo "restart root chain node"

rm -rf $DATADIR/keystore
make geth && build/bin/geth \
--datadir $DATADIR \
--dev \
Expand Down

0 comments on commit 9a45eee

Please sign in to comment.