tendermint/rpc -> tendermint/rpc/tendermint

This commit is contained in:
Ethan Buchman
2017-04-21 18:10:41 -04:00
parent 5da9b3a803
commit fa451fc55c
30 changed files with 43 additions and 43 deletions

View File

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