Skip to content

Commit d9eea3a

Browse files
Update farm/trait/lib.rs
Co-authored-by: Krzysztof Ziobro <[email protected]>
1 parent d2e0610 commit d9eea3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

farm/trait/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ pub trait Farm {
9090
#[ink(message)]
9191
fn owner_start_new_farm(
9292
&mut self,
93-
// In implementation, these are `Timestamp`, maybe we should have the same type in both places?
9493
start: u64,
9594
end: u64,
9695
rewards: Vec<u128>,

0 commit comments

Comments
 (0)