remove go-crypto from go-crypto:

use tendermint/crypto :-)
This commit is contained in:
Liamsi
2018-06-20 21:05:38 -07:00
parent 80ab7bfe99
commit c96b27136f
7 changed files with 6 additions and 7 deletions

View File

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