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

@ -25,7 +25,7 @@ import (
"github.com/pkg/errors"
"github.com/spf13/cobra"
"github.com/spf13/viper"
"github.com/tendermint/go-keys/server"
"github.com/tendermint/go-crypto/keys/server"
)
// serveCmd represents the serve command