mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-29 11:56:56 +00:00
Fixed base app
This commit is contained in:
@@ -104,7 +104,8 @@ func (BaseApplication) PrepareProposal(req RequestPrepareProposal) ResponsePrepa
|
||||
}
|
||||
|
||||
func (BaseApplication) ProcessProposal(req RequestProcessProposal) ResponseProcessProposal {
|
||||
return ResponseProcessProposal{}
|
||||
return ResponseProcessProposal{
|
||||
Result: ResponseProcessProposal_ACCEPT}
|
||||
}
|
||||
|
||||
//-------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user