Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
ebatsell committed Dec 17, 2024
1 parent 4df71d6 commit b54eee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 50 deletions.
4 changes: 2 additions & 2 deletions core/src/claim_status_payer.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use solana_program::{account_info::AccountInfo, msg, program_error::ProgramError, pubkey::Pubkey};

// Uninitiatilized, no-data account used to hold SOL for ClaimStatus rent
// Must be empty and uninitialized to be used as a payer or `transfer` instructions fail
/// Uninitiatilized, no-data account used to hold SOL for ClaimStatus rent
/// Must be empty and uninitialized to be used as a payer or `transfer` instructions fail
pub struct ClaimStatusPayer {}

impl ClaimStatusPayer {
Expand Down
48 changes: 0 additions & 48 deletions program/src/initialize_claim_status_payer.rs

This file was deleted.

0 comments on commit b54eee3

Please sign in to comment.