Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
atheeshp committed Feb 22, 2024
1 parent 696e848 commit bea6ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/helpers/fee.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ func GenerateFees(amount string) []string {
return []string{
"--fees", amount,
"--gas", "auto",
"--gas-adjustment", "1.8",
"--gas-adjustment", "2.5",
}
}

Expand Down

0 comments on commit bea6ec0

Please sign in to comment.