Skip to content

Commit

Permalink
comments addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
coachchucksol committed Dec 23, 2024
1 parent 09dfe43 commit 6917821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# note: this file doesn't play nicely with solana-verify build
[toolchain]
channel = "1.80.0"
components = ["rustfmt", "rustc-dev", "clippy", "cargo"]
3 changes: 1 addition & 2 deletions vault_core/src/burn_vault.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
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
// Empty PDA to send tokens to "burn"
pub struct BurnVault {}

impl BurnVault {
Expand Down

0 comments on commit 6917821

Please sign in to comment.