Skip to content

Commit

Permalink
Remove more unused exports
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpolaczyk committed Feb 16, 2024
1 parent 42eb850 commit 3e033c0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions container-chains/templates/frontier/node/src/eth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
// You should have received a copy of the GNU General Public License
// along with Tanssi. If not, see <http://www.gnu.org/licenses/>.

// Frontier
pub use {
fc_consensus::FrontierBlockImport,
fc_rpc_core::types::{FeeHistoryCache, FeeHistoryCacheLimit, FilterPool},
};
// Local
use container_chain_template_frontier_runtime::opaque::Block;

Expand Down
2 changes: 1 addition & 1 deletion container-chains/templates/frontier/node/src/rpc/eth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use {
// Frontier
use fc_db::Backend as FrontierBackend;
pub use {
fc_rpc::{EthBlockDataCacheTask, EthConfig, OverrideHandle, StorageOverride},
fc_rpc::{EthBlockDataCacheTask, OverrideHandle},
fc_rpc_core::types::{FeeHistoryCache, FeeHistoryCacheLimit, FilterPool},
fc_storage::overrides_handle,
};
Expand Down
2 changes: 1 addition & 1 deletion container-chains/templates/simple/node/src/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#![warn(missing_docs)]

pub use sc_rpc::{DenyUnsafe, SubscriptionTaskExecutor};
pub use sc_rpc::DenyUnsafe;

use {
container_chain_template_simple_runtime::{opaque::Block, AccountId, Hash, Index as Nonce},
Expand Down
2 changes: 1 addition & 1 deletion node/src/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#![warn(missing_docs)]

pub use sc_rpc::{DenyUnsafe, SubscriptionTaskExecutor};
pub use sc_rpc::DenyUnsafe;
use {
cumulus_primitives_core::ParaId,
dancebox_runtime::{opaque::Block, AccountId, Index as Nonce},
Expand Down

0 comments on commit 3e033c0

Please sign in to comment.