mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 06:54:41 +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