types: builds

This commit is contained in:
Ethan Buchman
2018-02-15 14:26:49 -05:00
parent d2cd079541
commit 3395f5fb0e
13 changed files with 30 additions and 30 deletions

View File

@@ -6,7 +6,7 @@ import (
"github.com/stretchr/testify/assert"
wire "github.com/tendermint/go-wire"
wire "github.com/tendermint/tendermint/wire"
cmn "github.com/tendermint/tmlibs/common"
ctest "github.com/tendermint/tmlibs/test"
)