Skip to content
This repository was archived by the owner on Apr 10, 2026. It is now read-only.

Commit eb12066

Browse files
hschoenburgtac0turtle
authored andcommitted
app.go - re-add nameservice storeKey. Fixes #135 (#138)
1 parent 69ece42 commit eb12066

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ func NewNameServiceApp(
102102
bApp := bam.NewBaseApp(appName, logger, db, auth.DefaultTxDecoder(cdc), baseAppOptions...)
103103

104104
keys := sdk.NewKVStoreKeys(bam.MainStoreKey, auth.StoreKey, staking.StoreKey,
105-
supply.StoreKey, distr.StoreKey, slashing.StoreKey, params.StoreKey)
105+
supply.StoreKey, distr.StoreKey, slashing.StoreKey, params.StoreKey, nameservice.StoreKey)
106+
106107
tkeys := sdk.NewTransientStoreKeys(staking.TStoreKey, params.TStoreKey)
107108

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

0 commit comments

Comments
 (0)