Update abci develop

This commit is contained in:
Ethan Frey
2017-04-10 22:46:03 +02:00
parent e4e17a2c95
commit d3069b0f5b
2 changed files with 30 additions and 16 deletions

View File

@ -1,6 +1,6 @@
#! /bin/bash
go get github.com/tendermint/abci/...
go get -d github.com/tendermint/abci
# get the abci commit used by tendermint
COMMIT=`bash scripts/glide/parse.sh abci`