Skip to content

Commit

Permalink
db owner set correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
charithabandi committed Feb 21, 2025
1 parent 66d983e commit 012998a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/setup/testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ func GenerateTestnetConfigs(cfg *TestnetConfig, opts *ConfigOpts, gencfg *config
gencfg.ChainID = chainID
gencfg.Leader = types.PublicKey{PublicKey: leaderPub}
gencfg.Validators = make([]*types.Validator, cfg.NumVals)
gencfg.DBOwner = cfg.Owner
if gencfg.DBOwner == "" {
signer := auth.GetUserSigner(keys[0])
ident, err := authExt.GetIdentifierFromSigner(signer)
Expand Down

0 comments on commit 012998a

Please sign in to comment.