Skip to content

Commit

Permalink
Fixes #532
Browse files Browse the repository at this point in the history
  • Loading branch information
jaekwon committed Mar 15, 2018
1 parent 946a674 commit 7c2f133
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
name = "github.com/tendermint/tendermint"

[[override]]
branch = "jae/dbprefix"
branch = "develop"
name = "github.com/tendermint/tmlibs"

[prune]
Expand Down
4 changes: 1 addition & 3 deletions examples/basecoin/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ func NewBasecoinApp(logger log.Logger, db dbm.DB) *BasecoinApp {
// initialize BaseApp
app.SetTxDecoder(app.txDecoder)
app.SetInitChainer(app.initChainer)
// TODO: mounting multiple stores is broken
// https://github.com/cosmos/cosmos-sdk/issues/532
app.MountStoresIAVL(app.capKeyMainStore) // , app.capKeyIBCStore)
app.MountStoresIAVL(app.capKeyMainStore, app.capKeyIBCStore)
app.SetAnteHandler(auth.NewAnteHandler(app.accountMapper))
err := app.LoadLatestVersion(app.capKeyMainStore)
if err != nil {
Expand Down

0 comments on commit 7c2f133

Please sign in to comment.