mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-28 04:01:40 +00:00
Conform to go-wire new TypeByte behavior
This commit is contained in:
@ -92,7 +92,7 @@ func (app *remoteAppContext) sendRequestsRoutine() {
|
||||
|
||||
app.willSendReq(reqres)
|
||||
|
||||
wire.WriteBinaryLengthPrefixed(reqres.Request, app.bufWriter, &n, &err) // Length prefix
|
||||
wire.WriteBinaryLengthPrefixed(struct{ tmsp.Request }{reqres.Request}, app.bufWriter, &n, &err) // Length prefix
|
||||
if err != nil {
|
||||
app.StopForError(err)
|
||||
return
|
||||
|
Reference in New Issue
Block a user