Fixed base app

This commit is contained in:
Sergio Mena
2022-07-27 20:07:03 +02:00
parent fe5c4a2b8e
commit 96ac25d5d3
+2 -1
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}
}
//-------------------------------------------------------