Skip to content

Commit

Permalink
chore: renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
n00m4d committed Aug 14, 2024
1 parent ddbe95a commit a0469f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blockbuster/blockbuster/src/programs/bubblegum/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ use spl_noop;
#[derive(BorshSerialize, BorshDeserialize, Clone, Debug, Eq, PartialEq)]
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
pub struct FinalizeTreeWithRootInstructionArgsWithStaker {
pub rightmost_root: [u8; 32],
pub root: [u8; 32],
pub rightmost_leaf: [u8; 32],
pub rightmost_index: u32,
pub metadata_url: String,
Expand All @@ -45,7 +45,7 @@ impl FinalizeTreeWithRootInstructionArgsWithStaker {
collection_mint: Option<Pubkey>,
) -> Self {
Self {
rightmost_root: args.root,
root: args.root,
rightmost_leaf: args.rightmost_leaf,
rightmost_index: args.rightmost_index,
metadata_url: args.metadata_url,
Expand Down

0 comments on commit a0469f3

Please sign in to comment.