From fafdc320b09bb9bfce9423511c59c0d791d88be4 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Tue, 1 Mar 2022 13:59:37 -0500 Subject: [PATCH] state tests passing --- internal/state/execution_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/state/execution_test.go b/internal/state/execution_test.go index 5d6ea4fda..93d97f266 100644 --- a/internal/state/execution_test.go +++ b/internal/state/execution_test.go @@ -27,7 +27,6 @@ import ( "github.com/tendermint/tendermint/internal/store" "github.com/tendermint/tendermint/internal/test/factory" "github.com/tendermint/tendermint/libs/log" - tmtime "github.com/tendermint/tendermint/libs/time" "github.com/tendermint/tendermint/types" "github.com/tendermint/tendermint/version" ) @@ -263,7 +262,6 @@ func TestProcessProposal(t *testing.T) { block0, err := sf.MakeBlock(state, height-1, new(types.Commit)) require.NoError(t, err) - buildLastCommitInfo() lastCommitSig := []types.CommitSig{} partSet, err := block0.MakePartSet(types.BlockPartSizeBytes) require.NoError(t, err)