mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
generalizable data for peers in test network
This commit is contained in:
@@ -528,8 +528,8 @@ macro_rules! construct_simple_service {
|
||||
/// // The first one is for the initializing the full import queue and the second for the
|
||||
/// // light import queue.
|
||||
/// ImportQueue = BasicQueue<Block, NoneVerifier>
|
||||
/// { |_, _| Ok(BasicQueue::new(Arc::new(NoneVerifier {}))) }
|
||||
/// { |_, _| Ok(BasicQueue::new(Arc::new(NoneVerifier {}))) },
|
||||
/// { |_, client| Ok(BasicQueue::new(Arc::new(NoneVerifier {}, client))) }
|
||||
/// { |_, client| Ok(BasicQueue::new(Arc::new(NoneVerifier {}, client))) },
|
||||
/// }
|
||||
/// }
|
||||
/// ```
|
||||
|
||||
Reference in New Issue
Block a user