Skip to content

Commit

Permalink
app.go - re-add nameservice storeKey. Fixes #135 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
hschoenburg authored and tac0turtle committed Sep 10, 2019
1 parent 69ece42 commit eb12066
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ func NewNameServiceApp(
bApp := bam.NewBaseApp(appName, logger, db, auth.DefaultTxDecoder(cdc), baseAppOptions...)

keys := sdk.NewKVStoreKeys(bam.MainStoreKey, auth.StoreKey, staking.StoreKey,
supply.StoreKey, distr.StoreKey, slashing.StoreKey, params.StoreKey)
supply.StoreKey, distr.StoreKey, slashing.StoreKey, params.StoreKey, nameservice.StoreKey)

tkeys := sdk.NewTransientStoreKeys(staking.TStoreKey, params.TStoreKey)

// Here you initialize your application with the store keys it requires
Expand Down

0 comments on commit eb12066

Please sign in to comment.