Skip to content

Commit

Permalink
remove deprecate
Browse files Browse the repository at this point in the history
  • Loading branch information
tao-stones committed Jan 25, 2024
1 parent f7f85de commit 3f826ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sdk/src/fee.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ impl FeeStructure {
.saturating_mul(heap_cost)
}

#[deprecated(
since = "2.0.0",
note = "Deprecated, please use calculate_fee_details(...) instead."
)]
#[cfg(not(target_os = "solana"))]
pub fn calculate_fee(
&self,
Expand Down

0 comments on commit 3f826ea

Please sign in to comment.