remove mentions of go-wire (#3904)

*    Cleanup go-wire mentions
*    remove Roadmap.md
*    build_race in makefile was failing

ref #2790
This commit is contained in:
Marko
2019-08-16 15:45:19 +02:00
committed by Anton Kaliaev
parent ead3eefe5b
commit eec6d33e14
8 changed files with 9 additions and 32 deletions

View File

@ -41,7 +41,7 @@ func NewResultFromResponse(response *abci.ResponseDeliverTx) ABCIResult {
}
}
// Bytes serializes the ABCIResponse using wire
// Bytes serializes the ABCIResponse using amino
func (a ABCIResults) Bytes() []byte {
bz, err := cdc.MarshalBinaryLengthPrefixed(a)
if err != nil {