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

@ -2,7 +2,7 @@ package core
import (
"github.com/tendermint/tendermint/consensus"
crypto "github.com/tendermint/tendermint/crypto"
"github.com/tendermint/tendermint/crypto"
dbm "github.com/tendermint/tendermint/libs/db"
"github.com/tendermint/tendermint/libs/log"
mempl "github.com/tendermint/tendermint/mempool"