Skip to content

Commit

Permalink
chore: remove unused trait bound
Browse files Browse the repository at this point in the history
Co-authored-by: Rafał Chabowski <88321181+rafal-ch@users.noreply.github.com>
  • Loading branch information
rymnc and rafal-ch authored Jan 10, 2025
1 parent dce9367 commit 687a23b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ impl<Storage> GasPriceServiceAtomicStorage for Storage
where
Storage: 'static,
Storage: GetMetadataStorage + GetLatestRecordedHeight,
Storage: KeyValueInspect<Column = GasPriceColumn> + Modifiable + Send + Sync + Clone,
Storage: KeyValueInspect<Column = GasPriceColumn> + Modifiable + Send + Sync,
{
type Transaction<'a> = StorageTransaction<&'a mut Storage> where Self: 'a;

Expand Down

0 comments on commit 687a23b

Please sign in to comment.