mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Give names to channels (#5626)
* Give names to channels * Fix * A couple more changes * More minor tweaks * Fix test
This commit is contained in:
@@ -106,7 +106,7 @@ fn build_test_full_node(config: config::NetworkConfiguration)
|
||||
.unwrap();
|
||||
|
||||
let service = worker.service().clone();
|
||||
let event_stream = service.event_stream();
|
||||
let event_stream = service.event_stream("test");
|
||||
|
||||
async_std::task::spawn(async move {
|
||||
futures::pin_mut!(worker);
|
||||
|
||||
Reference in New Issue
Block a user