|
|
@@ -26,6 +26,7 @@ impl InitializeNonceAccount {
|
|
|
) -> solana_program::instruction::Instruction {
|
|
|
self.instruction_with_remaining_accounts(args, &[])
|
|
|
}
|
|
|
+ #[allow(clippy::arithmetic_side_effects)]
|
|
|
#[allow(clippy::vec_init_then_push)]
|
|
|
pub fn instruction_with_remaining_accounts(
|
|
|
&self,
|
|
|
@@ -226,6 +227,7 @@ impl<'a, 'b> InitializeNonceAccountCpi<'a, 'b> {
|
|
|
) -> solana_program::entrypoint::ProgramResult {
|
|
|
self.invoke_signed_with_remaining_accounts(signers_seeds, &[])
|
|
|
}
|
|
|
+ #[allow(clippy::arithmetic_side_effects)]
|
|
|
#[allow(clippy::clone_on_copy)]
|
|
|
#[allow(clippy::vec_init_then_push)]
|
|
|
pub fn invoke_signed_with_remaining_accounts(
|