remove unused method from state.go

This commit is contained in:
William Banfield
2022-03-08 18:25:49 -05:00
parent d8f2c4944a
commit 531150819d
-6
View File
@@ -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