From 2744edca0ac8cbf1c56b5370665bcaf008872a67 Mon Sep 17 00:00:00 2001 From: Niklas Adolfsson Date: Tue, 16 Jan 2024 22:04:30 +0100 Subject: [PATCH] Update staking-miner-playground/node/src/command_helper.rs --- staking-miner-playground/node/src/command_helper.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/staking-miner-playground/node/src/command_helper.rs b/staking-miner-playground/node/src/command_helper.rs index 7b715cb4b..794cfcbf0 100644 --- a/staking-miner-playground/node/src/command_helper.rs +++ b/staking-miner-playground/node/src/command_helper.rs @@ -21,7 +21,6 @@ use crate::service::FullClient; -use runtime; use runtime::SystemCall; use sc_cli::Result; use sc_client_api::BlockBackend;