Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSnow committed May 5, 2017
1 parent 3e0757e commit ecffb02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/messages/dbstate_test.go
Expand Up @@ -177,7 +177,6 @@ func TestSignedDBStateValidate(t *testing.T) {
prev.FBlock = fblk
prev.ECBlock = ecblk
genDBState := NewDBStateMsg(state.GetTimestamp(), prev.DBlock, prev.ABlock, prev.FBlock, prev.ECBlock, nil, nil, nil)
genDBState.(DBStateMsg).IgnoreSigs = true
if genDBState.Validate(state) != 1 {
t.Error("Genesis should always be valid")
}
Expand Down

0 comments on commit ecffb02

Please sign in to comment.