test: p2p.seeds and p2p.pex

This commit is contained in:
Ethan Buchman
2017-05-05 01:28:43 -04:00
parent 8c3823545d
commit fb9d3842e4
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ git fetch origin $BRANCH
git checkout $BRANCH
make install
tendermint node --seeds="$TMSEEDS" --moniker="$TMNAME" --proxy_app="$PROXYAPP"
tendermint node --p2p.seeds="$TMSEEDS" --moniker="$TMNAME" --proxy_app="$PROXYAPP"