Commit 9c041c4 1 parent c50f198 commit 9c041c4 Copy full SHA for 9c041c4
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
43
43
44
44
### Bug Fixes
45
45
* (x/foundation) [ \# 772] ( https://github.com/line/lbm-sdk/pull/772 ) export x/foundation pool
46
+ * (baseapp) [ \# 781] ( https://github.com/line/lbm-sdk/pull/781 ) implement method ` SetOption() ` in baseapp
46
47
47
48
### Breaking Changes
48
49
* (cli) [ \# 773] ( https://github.com/line/lbm-sdk/pull/773 ) guide users to use generate-only in messages for x/foundation authority
Original file line number Diff line number Diff line change @@ -118,8 +118,7 @@ func (app *BaseApp) Info(req abci.RequestInfo) abci.ResponseInfo {
118
118
119
119
// SetOption implements the ABCI interface.
120
120
func (app * BaseApp ) SetOption (req abci.RequestSetOption ) (res abci.ResponseSetOption ) {
121
- // TODO: Implement!
122
- return
121
+ return abci.ResponseSetOption {}
123
122
}
124
123
125
124
// FilterPeerByAddrPort filters peers by address/port.
You can’t perform that action at this time.
0 commit comments