Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Disable Mempool Flag #108

Merged
merged 10 commits into from
Feb 21, 2024
Merged

Add Disable Mempool Flag #108

merged 10 commits into from
Feb 21, 2024

Conversation

jedleggett
Copy link
Collaborator

No description provided.

@@ -167,7 +165,7 @@ mod tests {

let lookup_table_pubkey = Pubkey::new_unique();
let lookup_table = AddressLookupTableAccount {
key: lookup_table_pubkey.clone(),
key: lookup_table_pubkey,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clippy suggestion

@@ -281,7 +279,7 @@ mod tests {
Hash::default(),
);
let random_tx = VersionedTransaction::from(random_tx);
let random_packet = Packet::from_data(None, &random_tx).expect("can create packet");
let random_packet = Packet::from_data(None, random_tx).expect("can create packet");
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clippy suggestion

@jedleggett jedleggett merged commit 856df68 into master Feb 21, 2024
3 checks passed
@jedleggett jedleggett deleted the jl/disable_mempool branch February 21, 2024 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants