Skip to content

Commit

Permalink
small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Dec 20, 2023
1 parent 836bd46 commit 0720075
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/keepers/keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ func (appKeepers *AppKeepers) InitSpecialKeepers(
}

// initParamsKeeper init params keeper and its subspaces
func (appKeepers *AppKeepers) initParamsKeeper(appCodec codec.BinaryCodec, legacyAmino *codec.LegacyAmino, key, tkey storetypes.StoreKey) paramskeeper.Keeper {
func (*AppKeepers) initParamsKeeper(appCodec codec.BinaryCodec, legacyAmino *codec.LegacyAmino, key, tkey storetypes.StoreKey) paramskeeper.Keeper {
paramsKeeper := paramskeeper.NewKeeper(appCodec, legacyAmino, key, tkey)

paramsKeeper.Subspace(authtypes.ModuleName)
Expand Down
1 change: 0 additions & 1 deletion scripts/compatiblity.bash
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ mv genesis.json ~/.banksy/config/genesis.json
mv composable_2959777.tar.lz4 ~/.banksy/composable_2959777.tar.lz4
cd ~/.banksy
lz4 -d composable_2959777.tar.lz4 | tar -xvf -
rm composable_2959777.tar.lz4
centaurid start

0 comments on commit 0720075

Please sign in to comment.