Skip to content

Commit

Permalink
chore: implemented method SetOption() (#781)
Browse files Browse the repository at this point in the history
* chore: implemented method `SetOption()`

* chore: add changelog

Signed-off-by: zemyblue <zemyblue@gmail.com>

Signed-off-by: zemyblue <zemyblue@gmail.com>
  • Loading branch information
zemyblue authored Nov 7, 2022
1 parent c50f198 commit 9c041c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Bug Fixes
* (x/foundation) [\#772](https://github.com/line/lbm-sdk/pull/772) export x/foundation pool
* (baseapp) [\#781](https://github.com/line/lbm-sdk/pull/781) implement method `SetOption()` in baseapp

### Breaking Changes
* (cli) [\#773](https://github.com/line/lbm-sdk/pull/773) guide users to use generate-only in messages for x/foundation authority
Expand Down
3 changes: 1 addition & 2 deletions baseapp/abci.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ func (app *BaseApp) Info(req abci.RequestInfo) abci.ResponseInfo {

// SetOption implements the ABCI interface.
func (app *BaseApp) SetOption(req abci.RequestSetOption) (res abci.ResponseSetOption) {
// TODO: Implement!
return
return abci.ResponseSetOption{}
}

// FilterPeerByAddrPort filters peers by address/port.
Expand Down

0 comments on commit 9c041c4

Please sign in to comment.