From 851f1edfd9189c103223dbb1ad70d366fbbde08c Mon Sep 17 00:00:00 2001 From: Marko Baricevic Date: Fri, 26 Jul 2019 12:41:42 +0200 Subject: [PATCH] fix ci --- types/test_util.go | 1 - 1 file changed, 1 deletion(-) diff --git a/types/test_util.go b/types/test_util.go index d226fd99..95404af1 100644 --- a/types/test_util.go +++ b/types/test_util.go @@ -62,7 +62,6 @@ func MakeBlock(height int64, txs []Tx, lastCommit *Commit, evidence []Evidence) block := &Block{ Header: Header{ Height: height, - NumTxs: int64(len(txs)), }, Data: Data{ Txs: txs,