Fixed base app

This commit is contained in:
Sergio Mena
2022-07-26 23:42:33 +02:00
parent fe5c4a2b8e
commit 96ac25d5d3

View File

@@ -104,7 +104,8 @@ func (BaseApplication) PrepareProposal(req RequestPrepareProposal) ResponsePrepa
}
func (BaseApplication) ProcessProposal(req RequestProcessProposal) ResponseProcessProposal {
return ResponseProcessProposal{}
return ResponseProcessProposal{
Result: ResponseProcessProposal_ACCEPT}
}
//-------------------------------------------------------