Skip to content

Commit

Permalink
Merge pull request #9938 from vegaprotocol/fix/map-was-eligible-in-da…
Browse files Browse the repository at this point in the history
…tanode

fix: map wasEligible field in referralSetStats in datanode
  • Loading branch information
jeremyletang authored Oct 31, 2023
2 parents 57d277c + 4589020 commit dfddefe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datanode/entities/referral_set_stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ func (s FlattenReferralSetStats) ToProto() *v2.ReferralSetStats {
EpochNotionalTakerVolume: s.EpochNotionalTakerVolume,
RewardsMultiplier: s.RewardsMultiplier,
RewardsFactorMultiplier: s.RewardsFactorMultiplier,
WasEligible: s.WasEligible,
}
}

Expand Down

0 comments on commit dfddefe

Please sign in to comment.