Undo last two commits

This commit is contained in:
Ethan Frey
2017-04-11 12:57:06 +02:00
parent d3069b0f5b
commit d1fc37ff9e
7 changed files with 99 additions and 108 deletions

View File

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