Fixes from review

This commit is contained in:
Jae Kwon
2018-06-19 23:55:15 -07:00
parent bf0ff212b9
commit 242a6037e8
8 changed files with 25 additions and 25 deletions

View File

@ -419,7 +419,7 @@ func waitForAndValidateBlock(t *testing.T, n int, activeVals map[string]struct{}
err := validateBlock(newBlock, activeVals)
assert.Nil(t, err)
for _, tx := range txs {
css[j].mempool.CheckTx(tx, nil)
err := css[j].mempool.CheckTx(tx, nil)
assert.Nil(t, err)
}
}, css)