Skip to content

Commit

Permalink
Add missing farmer reward field
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Jan 2, 2024
1 parent 5cf0f26 commit eefd763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/api/types/pool/reward-stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export interface BaseRecentlyWonBlock {
height: number
hash: string
reward: number
farmerReward?: string
blockRewardAmounts?: {
pool: string
farmer: string
Expand Down

0 comments on commit eefd763

Please sign in to comment.