Moved crypto code to top level again

This commit is contained in:
Ethan Frey
2017-04-19 16:55:15 +02:00
parent 68948a5f13
commit 9016390a6e
44 changed files with 33 additions and 33 deletions

View File

@ -19,9 +19,9 @@ import (
"github.com/spf13/cobra"
"github.com/spf13/viper"
keys "github.com/tendermint/go-keys"
"github.com/tendermint/go-keys/cryptostore"
"github.com/tendermint/go-keys/storage/filestorage"
keys "github.com/tendermint/go-crypto/keys"
"github.com/tendermint/go-crypto/keys/cryptostore"
"github.com/tendermint/go-crypto/keys/storage/filestorage"
)
const KeySubdir = "keys"