Example of client send task and monitor task

This commit is contained in:
Zarko Milosevic
2018-04-04 10:43:25 +02:00
parent ece3f678da
commit 4accdb5f59
44 changed files with 206 additions and 48 deletions

View File

@ -1,9 +1,10 @@
package types
import (
"testing"
"github.com/stretchr/testify/assert"
"github.com/tendermint/go-crypto"
"testing"
)
func TestGenesisBad(t *testing.T) {