diff --git a/internal/state/state.go b/internal/state/state.go index c002bf065..7f7cfc67a 100644 --- a/internal/state/state.go +++ b/internal/state/state.go @@ -8,7 +8,6 @@ import ( "time" "github.com/gogo/protobuf/proto" - abci "github.com/tendermint/tendermint/abci/types" tmtime "github.com/tendermint/tendermint/libs/time" @@ -278,11 +277,6 @@ func (state State) MakeBlock( return block, nil } -func (state State) BlockFromResponsePrepareProposal(height int64, rpp *abci.ResponsePrepareProposal) (*types.Block, error) { - // TODO: Implement logic create new block. - return &types.Block{}, nil -} - //------------------------------------------------------------------------ // Genesis