mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
grandpa: remove light-client specific block import pipeline (#7546)
* grandpa: remove light-client specific block import * consensus, network: remove finality proofs
This commit is contained in:
@@ -84,7 +84,6 @@ pub fn import_queue<Block, Transaction>(
|
||||
ManualSealVerifier,
|
||||
block_import,
|
||||
None,
|
||||
None,
|
||||
spawner,
|
||||
registry,
|
||||
)
|
||||
@@ -349,7 +348,6 @@ mod tests {
|
||||
clear_justification_requests: false,
|
||||
needs_justification: false,
|
||||
bad_justification: false,
|
||||
needs_finality_proof: false,
|
||||
is_new_best: true,
|
||||
}
|
||||
}
|
||||
@@ -416,7 +414,6 @@ mod tests {
|
||||
clear_justification_requests: false,
|
||||
needs_justification: false,
|
||||
bad_justification: false,
|
||||
needs_finality_proof: false,
|
||||
is_new_best: true,
|
||||
}
|
||||
}
|
||||
@@ -494,7 +491,6 @@ mod tests {
|
||||
clear_justification_requests: false,
|
||||
needs_justification: false,
|
||||
bad_justification: false,
|
||||
needs_finality_proof: false,
|
||||
is_new_best: true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user