Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
YoGhurt111 committed Sep 26, 2024
1 parent f4a9ac8 commit 62ac02b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/taiko-client--docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Push docker image to GAR"

on:
push:
branches: [main]
branches: [feature/batch-proof]
tags:
- "taiko-client-v*"
paths:
Expand Down
1 change: 0 additions & 1 deletion packages/taiko-client/proposer/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ func NewConfigFromCliContext(c *cli.Context) (*Config, error) {
localAddresses = append(localAddresses, common.HexToAddress(account))
}
}

minTip, err := utils.GWeiToWei(c.Float64(flags.MinTip.Name))
if err != nil {
return nil, err
Expand Down

0 comments on commit 62ac02b

Please sign in to comment.