We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e0610 commit d9eea3aCopy full SHA for d9eea3a
farm/trait/lib.rs
@@ -90,7 +90,6 @@ pub trait Farm {
90
#[ink(message)]
91
fn owner_start_new_farm(
92
&mut self,
93
- // In implementation, these are `Timestamp`, maybe we should have the same type in both places?
94
start: u64,
95
end: u64,
96
rewards: Vec<u128>,
0 commit comments