Skip to content

Commit

Permalink
chore: update scirpt (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond authored Mar 25, 2024
1 parent 412fb46 commit fb4e9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/upgrade-assure/update-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func updateConfig(homePath string) {
}

// Update config.toml for timeout_broadcast_tx_commit
args = []string{"-i", "", "s/^timeout_broadcast_tx_commit =.*/timeout_broadcast_tx_commit = \\\"30s\\\"/", configPath}
args = []string{"-i", "", "s/^timeout_broadcast_tx_commit =.*/timeout_broadcast_tx_commit = \\\"10s\\\"/", configPath}

// Execute the sed command
if err := exec.Command("sed", args...).Run(); err != nil {
Expand Down

0 comments on commit fb4e9c6

Please sign in to comment.