mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-28 20:21:47 +00:00
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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user