mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 07:41:08 +00:00
Cleanup some warnings (#7816)
* client: cleanup redundant semicolon warnings * grandpa: remove usage of deprecated compare_and_swap
This commit is contained in:
@@ -286,7 +286,7 @@ impl<B: ChainApi> ValidatedPool<B> {
|
||||
/// Transactions that are missing from the pool are not submitted.
|
||||
pub fn resubmit(&self, mut updated_transactions: HashMap<ExtrinsicHash<B>, ValidatedTransactionFor<B>>) {
|
||||
#[derive(Debug, Clone, Copy, PartialEq)]
|
||||
enum Status { Future, Ready, Failed, Dropped };
|
||||
enum Status { Future, Ready, Failed, Dropped }
|
||||
|
||||
let (mut initial_statuses, final_statuses) = {
|
||||
let mut pool = self.pool.write();
|
||||
|
||||
Reference in New Issue
Block a user