remove unnecessary "crypto" import alias (#2940)

This commit is contained in:
Dev Ojha
2018-11-28 11:53:04 -08:00
committed by Anton Kaliaev
parent 3f987adc92
commit 4039276085
9 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ import (
"github.com/tendermint/tendermint/abci/example/kvstore"
abci "github.com/tendermint/tendermint/abci/types"
crypto "github.com/tendermint/tendermint/crypto"
"github.com/tendermint/tendermint/crypto"
auto "github.com/tendermint/tendermint/libs/autofile"
dbm "github.com/tendermint/tendermint/libs/db"
"github.com/tendermint/tendermint/version"