Skip to content

Commit

Permalink
Remove blacklisted tx from message_hash_to_transaction (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Oct 10, 2023
1 parent f2e07ed commit 1827772
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,8 @@ solana-accounts-db = { workspace = true }
solana-core = { path = ".", features = ["dev-context-only-utils"] }
solana-logger = { workspace = true }
solana-program-runtime = { workspace = true }
solana-runtime = { workspace = true, features = ["dev-context-only-utils"] }
solana-sdk = { workspace = true, features = ["dev-context-only-utils"] }
solana-program-test = { workspace = true }
solana-runtime = { workspace = true, features = ["dev-context-only-utils"] }
solana-sdk = { workspace = true, features = ["dev-context-only-utils"] }
solana-stake-program = { workspace = true }
static_assertions = { workspace = true }
Expand Down

0 comments on commit 1827772

Please sign in to comment.