mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 22:23:11 +00:00
fix for legacy gowire
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user