split miner authority

This commit is contained in:
Hardhat Chad
2024-06-27 15:49:45 +00:00
parent 410ad47662
commit 6bdc8cbca2
5 changed files with 42 additions and 3 deletions

View File

@@ -30,6 +30,9 @@ pub struct Proof {
/// The last time stake was deposited into this account.
pub last_stake_at: i64,
/// The keypair which can submit hashes for mining.
pub miner: Pubkey,
/// The total lifetime hashes provided by this miner.
pub total_hashes: u64,