enable unsafe rpc routes in tests via flag

This commit is contained in:
Ethan Buchman
2017-05-26 14:20:23 -04:00
parent bd7ec18c19
commit ee88272216
5 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ git fetch origin $BRANCH
git checkout $BRANCH
make install
tendermint node --p2p.seeds="$TMSEEDS" --moniker="$TMNAME" --proxy_app="$PROXYAPP"
tendermint node --p2p.seeds="$TMSEEDS" --moniker="$TMNAME" --proxy_app="$PROXYAPP" --rpc.unsafe