Skip to content

Commit

Permalink
fix oracles reward %
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Jan 3, 2024
1 parent 4626b99 commit fe9e1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile_verifier/src/reward_shares.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const DISCOVERY_MAPPING_SHARES: Decimal = dec!(30);
const SERVICE_PROVIDER_PERCENT: Decimal = dec!(0.1);

// Percent of total emissions allocated for oracles
const ORACLES_PERCENT: Decimal = dec!(0.8);
const ORACLES_PERCENT: Decimal = dec!(0.08);

pub struct TransferRewards {
reward_scale: Decimal,
Expand Down

0 comments on commit fe9e1ba

Please sign in to comment.