Skip to content

Commit

Permalink
Minor changes from PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
danenbm committed Oct 5, 2023
1 parent bc31f78 commit 3105824
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion blockbuster/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "../README.md"
[dependencies]
spl-account-compression = { version = "0.2.0", features = ["no-entrypoint"] }
spl-noop = { version = "0.1.3", features = ["no-entrypoint"] }
mpl-bubblegum = { git = "https://github.com/metaplex-foundation/mpl-bubblegum.git", rev = "c03745be2dbfe142a60abfbb3d98ccf226d2e834" }
mpl-bubblegum = "1.0.1-beta.1"
mpl-candy-guard = { version="2.0.0", features = ["no-entrypoint"] }
mpl-candy-machine-core = { version = "2.0.0", features = ["no-entrypoint"] }
mpl-token-metadata = { version = "2.0.0-beta.1", features = ["no-entrypoint", "serde-feature"] }
Expand Down
1 change: 0 additions & 1 deletion blockbuster/src/programs/bubblegum/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ impl ProgramParser for BubblegumParser {
let update_args = args.update_args;
b_inst.payload = Some(Payload::UpdateMetadata { update_args });
}
InstructionName::Unknown | InstructionName::SetDecompressibleState => {}
_ => {}
};
}
Expand Down

0 comments on commit 3105824

Please sign in to comment.