Skip to content

Commit

Permalink
cow to reward target (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith authored Apr 3, 2023
1 parent 72c5a86 commit b5e390c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fetch/payouts.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def as_payouts(self) -> list[Transfer]:
[
Transfer(
token=Token(COW_TOKEN_ADDRESS),
recipient=self.solver,
recipient=self.reward_target,
amount_wei=reimbursement_cow + total_cow_reward,
)
]
Expand Down

0 comments on commit b5e390c

Please sign in to comment.