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

@ -31,7 +31,6 @@ func TestHeartbeatString(t *testing.T) {
sig, err := key.Sign([]byte("Tendermint"))
require.NoError(t, err)
hb.Signature = sig
require.Equal(t, hb.String(), "Heartbeat{1:000000000000 11/02 (0) /FF41E371B9BF.../}")
}