fix crypto tests

This commit is contained in:
Liamsi
2018-06-20 17:34:28 -07:00
parent eedd20f4d5
commit 587505d4d2
3 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ package crypto_test
import (
"fmt"
"github.com/tendermint/go-crypto"
"github.com/tendermint/tendermint/crypto"
)
func ExampleSha256() {