mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 21:31:02 +00:00
Cleanup some warnings (#7816)
* client: cleanup redundant semicolon warnings * grandpa: remove usage of deprecated compare_and_swap
This commit is contained in:
@@ -25,7 +25,7 @@ use parking_lot::RwLockWriteGuard;
|
||||
use sp_blockchain::{BlockStatus, well_known_cache_keys};
|
||||
use sc_client_api::{backend::Backend, utils::is_descendent_of};
|
||||
use sp_utils::mpsc::TracingUnboundedSender;
|
||||
use sp_api::{TransactionFor};
|
||||
use sp_api::TransactionFor;
|
||||
|
||||
use sp_consensus::{
|
||||
BlockImport, Error as ConsensusError,
|
||||
|
||||
Reference in New Issue
Block a user