tx-pool: rm useless allow deprecated (#12526)

This commit is contained in:
Thomas Coratger
2024-11-13 22:53:00 +01:00
committed by GitHub
parent c326708ffc
commit d505089960

View File

@ -1,5 +1,3 @@
#![allow(deprecated)]
use crate::{
blobstore::BlobStoreError,
error::{InvalidPoolTransactionError, PoolResult},