Skip to content

Commit

Permalink
migrate cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Jun 4, 2024
1 parent cfb1bc9 commit 12af21f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/horcrux/cmd/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ func migrateCmd() *cobra.Command {
}

config.Config.SignMode = signMode
config.Config.MaxReadSize = 1024 * 1024

if err := config.WriteConfigFile(); err != nil {
return err
Expand Down
1 change: 1 addition & 0 deletions cmd/horcrux/cmd/testdata/config-migrated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ chainNodes:
- privValAddr: tcp://127.0.0.1:3456
debugAddr: ""
grpcAddr: ""
maxReadSize: 1048576

0 comments on commit 12af21f

Please sign in to comment.