mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-12 14:51:13 +00:00
add simple ProcessProposal to kv store
This commit is contained in:
@@ -177,3 +177,8 @@ func (app *Application) PrepareProposal(
|
||||
return types.ResponsePrepareProposal{
|
||||
BlockData: req.BlockData}
|
||||
}
|
||||
|
||||
func (app *Application) ProcessProposal(
|
||||
req types.RequestProcessProposal) types.ResponseProcessProposal {
|
||||
return types.ResponseProcessProposal{Accept: true}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user