diff --git a/project-8-token-vesting/anchor/programs/vesting/src/lib.rs b/project-8-token-vesting/anchor/programs/vesting/src/lib.rs index 1aee746..ed72995 100644 --- a/project-8-token-vesting/anchor/programs/vesting/src/lib.rs +++ b/project-8-token-vesting/anchor/programs/vesting/src/lib.rs @@ -27,7 +27,7 @@ pub mod vesting { ctx: Context, start_time: i64, end_time: i64, - total_amount: i64, + total_amount: u64, cliff_time: i64 ) -> Result<()> { *ctx.accounts.employee_account = EmployeeAccount {