mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 13:55:17 +00:00
share block parts when we're the proposer
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
package state
|
||||
|
||||
import (
|
||||
. "github.com/tendermint/tendermint/blocks"
|
||||
)
|
||||
|
||||
// XXX ugh, bad name.
|
||||
type StateStore struct {
|
||||
}
|
||||
|
||||
func (ss *StateStore) StageBlock(block *Block) error {
|
||||
// XXX implement staging.
|
||||
return nil
|
||||
}
|
||||
|
||||
func (ss *StateStore) CommitBlock(block *Block) error {
|
||||
// XXX implement staging.
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user