Skip to content

Commit

Permalink
Merge pull request #313 from lfglabs-dev/fix/vesu-calldata
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0rgal authored Nov 3, 2024
2 parents d9ab819 + 2b97636 commit e265c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/endpoints/defi/rewards.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ async fn fetch_vesu_rewards(
}

let reward = CommonReward {
amount: amount.into(),
amount: FieldElement::from(disctributed_amount),
displayed_amount: amount.into(),
proof: result.data.distributor_data.call_data.proof,
reward_id: None,
Expand Down

0 comments on commit e265c92

Please sign in to comment.