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

@@ -5,7 +5,7 @@ import (
"net"
"time"
crypto "github.com/tendermint/tendermint/crypto"
"github.com/tendermint/tendermint/crypto"
"github.com/tendermint/tendermint/crypto/ed25519"
cmn "github.com/tendermint/tendermint/libs/common"
"github.com/tendermint/tendermint/libs/log"