Fix validValue rule

This commit is contained in:
Zarko Milosevic
2018-05-14 16:17:21 -04:00
committed by Ethan Buchman
parent 3dde0584ed
commit 2c125b6c78
6 changed files with 23 additions and 6 deletions
+2 -1
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) {