Browse Source

remove unused method from state.go

wb/txrset
William Banfield 3 years ago
parent
commit
531150819d
No known key found for this signature in database GPG Key ID: EFAD3442BF29E3AC
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      internal/state/state.go

+ 0
- 6
internal/state/state.go 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


Loading…
Cancel
Save