Prefix TMSP messages with length

This commit is contained in:
Jae Kwon
2015-12-20 08:18:39 -08:00
parent 0316dfc6f2
commit f288e58c81
5 changed files with 15 additions and 7 deletions

View File

@ -7,7 +7,7 @@ import (
. "github.com/tendermint/go-common"
"github.com/tendermint/go-p2p"
_ "github.com/tendermint/tendermint/config/tendermint_test"
"github.com/tendermint/tmsp/example"
"github.com/tendermint/tmsp/example/golang"
"github.com/tendermint/tmsp/server"
)