abci: Remove SetOption #5447 #9091 (#9266)

* Remove set option for abci
This commit is contained in:
samricotta
2022-08-16 22:58:04 +02:00
committed by GitHub
parent 670abbc330
commit 9993514893
21 changed files with 285 additions and 1181 deletions
-2
View File
@@ -43,8 +43,6 @@ type AppConnQuery interface {
EchoSync(string) (*types.ResponseEcho, error)
InfoSync(types.RequestInfo) (*types.ResponseInfo, error)
QuerySync(types.RequestQuery) (*types.ResponseQuery, error)
// SetOptionSync(key string, value string) (res types.Result)
}
type AppConnSnapshot interface {