abci: remove setOption (#5447)

Remove Response/Request SetOption from ABCI.

Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
This commit is contained in:
Marko
2020-10-08 19:12:12 +02:00
committed by GitHub
co-authored by Anton Kaliaev
parent 169fa6dcdb
commit 82e4693cc5
36 changed files with 342 additions and 1284 deletions
@@ -43,7 +43,6 @@ However, this method should not be implemented like that, because checkTx will s
type Application interface {
// Info/Query Connection
Info(RequestInfo) ResponseInfo // Return application info
SetOption(RequestSetOption) ResponseSetOption // Set application option
Query(RequestQuery) ResponseQuery // Query for state
// Mempool Connection