mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 13:17:56 +00:00
Remove debug_assert!ion. (#3678)
This commit is contained in:
committed by
Bastian Köcher
parent
a6329f8779
commit
3dd5a508b4
@@ -667,8 +667,6 @@ impl<B: BlockT> ChainSync<B> {
|
||||
peer.state = PeerSyncState::Available;
|
||||
|
||||
// We only request one justification at a time
|
||||
debug_assert!(response.blocks.len() < 2);
|
||||
|
||||
if let Some(block) = response.blocks.into_iter().next() {
|
||||
if hash != block.hash {
|
||||
info!(
|
||||
|
||||
Reference in New Issue
Block a user