tmlibs -> tendermint/libs

This commit is contained in:
Ethan Buchman
2018-07-02 14:58:07 -04:00
parent 5453aa6169
commit 9018acde5f
11 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package errors
import (
"fmt"
cmn "github.com/tendermint/tmlibs/common"
cmn "github.com/tendermint/tendermint/libs/common"
)
//----------------------------------------