Merge pull request #24 from cavemanloverboy/master

enable mining parallelism
This commit is contained in:
Hardhat Chad
2024-04-07 21:40:06 -05:00
committed by GitHub

View File

@@ -216,7 +216,7 @@ pub fn mine(signer: Pubkey, bus: Pubkey, hash: Hash, nonce: u64) -> Instruction
AccountMeta::new(signer, true),
AccountMeta::new(bus, false),
AccountMeta::new(proof, false),
AccountMeta::new(TREASURY_ADDRESS, false),
AccountMeta::new_readonly(TREASURY_ADDRESS, false),
AccountMeta::new_readonly(sysvar::slot_hashes::id(), false),
],
data: [