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

@ -5,7 +5,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/tendermint/go-keys/cryptostore"
"github.com/tendermint/go-crypto/keys/cryptostore"
)
func TestNoopEncoder(t *testing.T) {