one minute stake requirement

This commit is contained in:
Hardhat Chad
2024-05-03 16:49:28 +00:00
parent 6bc3979b35
commit 6f1454a895
3 changed files with 12 additions and 9 deletions

View File

@@ -64,8 +64,8 @@ pub fn process_register<'a, 'info>(
&slot_hashes_info.data.borrow()[0..size_of::<SlotHash>()],
])
.0;
proof.last_deposit_slot = 0;
proof.last_hash_at = 0;
proof.last_stake_at = 0;
proof.total_hashes = 0;
proof.total_rewards = 0;