Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
fix(prover): fix --prover.allowance flag
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Jan 7, 2024
1 parent 48416e3 commit d19090f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Push docker image to GCR"

on:
push:
branches: [main]
branches: [main,fix-approve-token]
tags:
- "v*"

Expand Down
2 changes: 1 addition & 1 deletion prover/prover.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ func (p *Prover) setApprovalAmount(ctx context.Context, contract common.Address)

tx, err := p.rpc.TaikoToken.Approve(
opts,
p.cfg.AssignmentHookAddress,
contract,
p.cfg.Allowance,
)
if err != nil {
Expand Down

0 comments on commit d19090f

Please sign in to comment.