Skip to content

Commit

Permalink
chore: removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Janislav committed Jan 17, 2025
1 parent a851c00 commit 70fa3c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions state-chain/pallets/cf-swapping/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ impl<T: frame_system::Config> WeightInfo for PalletWeight<T> {
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// TODO: needs to get generated ob benchmark hardware

fn affiliate_withdrawal_request() -> Weight {
Weight::from_parts(100, 0)
}
Expand Down Expand Up @@ -382,7 +382,7 @@ impl WeightInfo for () {
.saturating_add(ParityDbWeight::get().reads(2_u64))
.saturating_add(ParityDbWeight::get().writes(1_u64))
}
/// TODO: needs to get generated ob benchmark hardware

fn affiliate_withdrawal_request() -> Weight {
Weight::from_parts(100, 0)
}
Expand Down

0 comments on commit 70fa3c7

Please sign in to comment.