Skip to content

Commit

Permalink
Remove an unnecessary allow(deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Nov 6, 2024
1 parent 628ec33 commit f85f162
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/send_and_confirm_transactions_in_parallel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ struct BlockHashData {
}

// Deprecated struct to maintain backward compatibility
#[allow(deprecated)]
#[deprecated(
since = "2.2.0",
note = "Use SendAndConfirmConfigV2 with send_and_confirm_transactions_in_parallel_v2"
Expand Down

0 comments on commit f85f162

Please sign in to comment.