use tmlibs

This commit is contained in:
Ethan Buchman
2017-04-21 17:51:11 -04:00
parent 2c8df0ee6b
commit 15d5b2ac49
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"fmt"
"net/http"
cmn "github.com/tendermint/go-common"
cmn "github.com/tendermint/tmlibs/common"
rpcserver "github.com/tendermint/go-rpc/server"
)