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

@ -7,7 +7,7 @@ import (
"github.com/pkg/errors"
crypto "github.com/tendermint/tendermint/crypto"
"github.com/tendermint/tendermint/crypto"
"github.com/tendermint/tendermint/libs/events"
"github.com/tendermint/tendermint/libs/log"
ctypes "github.com/tendermint/tendermint/rpc/core/types"