mirror of
https://github.com/d0zingcat/ore.git
synced 2026-06-02 15:11:17 +00:00
comment
This commit is contained in:
@@ -5,7 +5,7 @@ use solana_program::{
|
|||||||
|
|
||||||
use crate::{instruction::UpdateArgs, loaders::*, state::Proof, utils::AccountDeserialize};
|
use crate::{instruction::UpdateArgs, loaders::*, state::Proof, utils::AccountDeserialize};
|
||||||
|
|
||||||
/// Update updates a proof account.
|
/// Update changes the miner authority on a proof account.
|
||||||
pub fn process_update<'a, 'info>(
|
pub fn process_update<'a, 'info>(
|
||||||
_program_id: &Pubkey,
|
_program_id: &Pubkey,
|
||||||
accounts: &'a [AccountInfo<'info>],
|
accounts: &'a [AccountInfo<'info>],
|
||||||
|
|||||||
Reference in New Issue
Block a user