mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 05:47:58 +00:00
tests compile after changes
This commit is contained in:
@@ -258,7 +258,7 @@ impl<V: 'static + Verifier<Block>, D> Peer<V, D> {
|
||||
body: Some(block.extrinsics),
|
||||
receipt: None,
|
||||
message_queue: None,
|
||||
justification: None,
|
||||
justification: Some(Vec::new()),
|
||||
},
|
||||
}]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user