Browse Source

fix for legacy gowire

pull/927/head
Ethan Buchman 7 years ago
parent
commit
e101aa9fc8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      p2p/connection.go

+ 2
- 2
p2p/connection.go View File

@ -11,12 +11,12 @@ import (
"time"
wire "github.com/tendermint/go-wire"
tmencoding "github.com/tendermint/go-wire/nowriter/tmencoding"
tmlegacy "github.com/tendermint/go-wire/nowriter/tmlegacy"
cmn "github.com/tendermint/tmlibs/common"
flow "github.com/tendermint/tmlibs/flowrate"
)
var legacy = tmencoding.Legacy
var legacy = tmlegacy.TMEncoderLegacy{}
const (
numBatchMsgPackets = 10


Loading…
Cancel
Save