Skip to content

Commit

Permalink
fix(taiko-client): fix an issue in CreateAssignment (#17323)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored May 24, 2024
1 parent 3830805 commit 5ddb4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taiko-client/prover/server/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func (s *ProverServer) CreateAssignment(c echo.Context) error {
if ok, err = rpc.CheckProverBalance(
c.Request().Context(),
s.rpc,
s.proverAddress,
prover,
s.assignmentHookAddress,
s.livenessBond,
); err != nil {
Expand Down

0 comments on commit 5ddb4c5

Please sign in to comment.