mirror of
https://github.com/d0zingcat/ore.git
synced 2026-06-01 07:36:50 +00:00
enable mining parallelism
This commit is contained in:
@@ -216,7 +216,7 @@ pub fn mine(signer: Pubkey, bus: Pubkey, hash: Hash, nonce: u64) -> Instruction
|
|||||||
AccountMeta::new(signer, true),
|
AccountMeta::new(signer, true),
|
||||||
AccountMeta::new(bus, false),
|
AccountMeta::new(bus, false),
|
||||||
AccountMeta::new(proof, false),
|
AccountMeta::new(proof, false),
|
||||||
AccountMeta::new(TREASURY_ADDRESS, false),
|
AccountMeta::new_readonly(TREASURY_ADDRESS, false),
|
||||||
AccountMeta::new_readonly(sysvar::slot_hashes::id(), false),
|
AccountMeta::new_readonly(sysvar::slot_hashes::id(), false),
|
||||||
],
|
],
|
||||||
data: [
|
data: [
|
||||||
|
|||||||
Reference in New Issue
Block a user