Skip to content

Commit

Permalink
evil clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin-iancu committed Oct 28, 2024
1 parent d2324ad commit 3960df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dex/farm/tests/farm_setup/multi_user_farm_setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub const USER_REWARDS_ENERGY_CONST: u64 = 3;
pub const USER_REWARDS_FARM_CONST: u64 = 2;
pub const MIN_ENERGY_AMOUNT_FOR_BOOSTED_YIELDS: u64 = 1;
pub const MIN_FARM_AMOUNT_FOR_BOOSTED_YIELDS: u64 = 1;
pub const TIMESTAMP_PER_EPOCH: Timestamp = 1 * 24 * 60 * 60;
pub const TIMESTAMP_PER_EPOCH: Timestamp = 24 * 60 * 60;

pub struct RawFarmTokenAttributes {
pub reward_per_share_bytes: Vec<u8>,
Expand Down

0 comments on commit 3960df8

Please sign in to comment.