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

@ -13,7 +13,7 @@ import (
"net/http"
data "github.com/tendermint/go-data"
"github.com/tendermint/go-keys/server/types"
"github.com/tendermint/go-crypto/keys/server/types"
"github.com/pkg/errors"
)