Make config_api more robust (#4980)
* Make config_api more robust * Add test and update store instruction
This commit is contained in:
@ -226,6 +226,7 @@ fn store_update_manifest(
|
||||
let signers = [from_keypair, update_manifest_keypair];
|
||||
let instruction = config_instruction::store::<SignedUpdateManifest>(
|
||||
&update_manifest_keypair.pubkey(),
|
||||
true, // update_manifest_keypair is signer
|
||||
vec![], // additional keys
|
||||
update_manifest,
|
||||
);
|
||||
|
Reference in New Issue
Block a user