mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-26 03:01:42 +00:00
ResponseSetOption includes a response Code. Closes #64"
This commit is contained in:
@ -42,7 +42,7 @@ func (BaseApplication) Info(req RequestInfo) ResponseInfo {
|
||||
}
|
||||
|
||||
func (BaseApplication) SetOption(req RequestSetOption) ResponseSetOption {
|
||||
return ResponseSetOption{}
|
||||
return ResponseSetOption{Code: CodeTypeOK}
|
||||
}
|
||||
|
||||
func (BaseApplication) DeliverTx(tx []byte) ResponseDeliverTx {
|
||||
|
Reference in New Issue
Block a user