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
-1
View File
@@ -262,7 +262,6 @@ func TestTxsAvailable(t *testing.T) {
func TestSerialReap(t *testing.T) {
app := counter.NewApplication(true)
app.SetOption(abci.RequestSetOption{Key: "serial", Value: "on"})
cc := proxy.NewLocalClientCreator(app)
mempool, cleanup := newMempoolWithApp(cc)