Skip to content

Commit

Permalink
simple-lock-legacy: add missing FarmType
Browse files Browse the repository at this point in the history
Signed-off-by: Claudiu Lataretu <[email protected]>
  • Loading branch information
claudiulataretu committed Jun 11, 2024
1 parent efbd326 commit c874ed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions legacy-contracts/simple-lock-legacy/src/proxy_farm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use crate::error_messages::*;
pub enum FarmType {
SimpleFarm,
FarmWithLockedRewards,
FarmWithBoostedRewards
}

#[derive(TypeAbi, TopEncode, TopDecode, NestedEncode, NestedDecode, PartialEq, Debug)]
Expand Down

0 comments on commit c874ed6

Please sign in to comment.