Skip to content

Commit

Permalink
update static node
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhson1085 committed Dec 19, 2019
1 parent 6fc3c5c commit a746dcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/tomochain/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ echo "dump: $IDENTITY $account $BOOTNODES"

set -x

echo "[
enode://5b65023779f99a6e7accd7931f9ecd460b7007a13fcf9ad89181d5cc49a16fc4df73752f7166d33d33bf9a3059a7286818b49fe40b8329150860502d88607b1e@159.89.199.223:30303
]" > $DATA_DIR/tomo/static-nodes.json
echo '[
"enode://5b65023779f99a6e7accd7931f9ecd460b7007a13fcf9ad89181d5cc49a16fc4df73752f7166d33d33bf9a3059a7286818b49fe40b8329150860502d88607b1e@159.89.199.223:30303"
]' > $DATA_DIR/tomo/static-nodes.json

exec tomo $params \
--verbosity $VERBOSITY \
Expand Down

0 comments on commit a746dcc

Please sign in to comment.