7 datawithbump never used in example (#12)

This commit is contained in:
Arjun 2022-07-03 20:05:20 +05:30 committed by GitHub
parent 2b7067421e
commit ea2952b5d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 7 deletions

View File

@ -1,7 +1,6 @@
use anchor_lang::prelude::*;
declare_id!("Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS");
#[program]
pub mod signer_authorization_insecure {
use super::*;

View File

@ -36,9 +36,3 @@ pub struct BumpSeed<'info> {
pub struct Data {
value: u64,
}
#[account]
pub struct DataWithBump {
value: u64,
bump: u8,
}