ResponseSetOption includes a response Code. Closes #64"

This commit is contained in:
Ethan Buchman
2017-12-05 18:41:48 -05:00
parent fff8e963f8
commit 1b2c383205
8 changed files with 123 additions and 101 deletions

View File

@ -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 {