Skip to content

Commit

Permalink
fix usage of slashing module storage on recovery module
Browse files Browse the repository at this point in the history
  • Loading branch information
kiragpg committed Jun 12, 2024
1 parent c4133e8 commit 24ce128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ func NewInitApp(

app.RecoveryKeeper = recoverykeeper.NewKeeper(
appCodec,
keys[slashingtypes.StoreKey],
keys[recoverytypes.StoreKey],
app.AccountKeeper,
app.BankKeeper,
&customStakingKeeper,
Expand Down
2 changes: 1 addition & 1 deletion scripts/sekaidtestsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ sekaid gentx-claim validator --keyring-backend=test --moniker="hello" --home=$HO
cat $HOME/.sekaid/config/genesis.json | jq '.app_state["customgov"]["network_properties"]["minimum_proposal_end_time"]="30"' > $HOME/.sekaid/config/tmp_genesis.json && mv $HOME/.sekaid/config/tmp_genesis.json $HOME/.sekaid/config/genesis.json
cat $HOME/.sekaid/config/genesis.json | jq '.app_state["customgov"]["network_properties"]["proposal_enactment_time"]="10"' > $HOME/.sekaid/config/tmp_genesis.json && mv $HOME/.sekaid/config/tmp_genesis.json $HOME/.sekaid/config/genesis.json

# sekaid start --home=$HOME/.sekaid
sekaid start --home=$HOME/.sekaid

0 comments on commit 24ce128

Please sign in to comment.