rpc -> rpc/lib and rpc/tendermint -> rpc

This commit is contained in:
Ethan Buchman
2017-04-26 19:57:33 -04:00
parent cc7b2d26e5
commit cc6dde96c1
60 changed files with 78 additions and 78 deletions

View File

@ -7,7 +7,7 @@ import (
"github.com/tendermint/tendermint/p2p"
"github.com/tendermint/go-wire"
proto "github.com/tendermint/tendermint/benchmarks/proto"
ctypes "github.com/tendermint/tendermint/rpc/tendermint/core/types"
ctypes "github.com/tendermint/tendermint/rpc/core/types"
)
func BenchmarkEncodeStatusWire(b *testing.B) {