mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-19 13:46:17 +00:00
remove unused method from state.go
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user