mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 17:21:08 +00:00
cleanup stream polls (#3397)
* metered-channel: remove dead code * we don't need no fuse * even more
This commit is contained in:
@@ -191,7 +191,7 @@ impl ProvisioningJob {
|
||||
};
|
||||
loop {
|
||||
futures::select! {
|
||||
msg = self.receiver.next().fuse() => match msg {
|
||||
msg = self.receiver.next() => match msg {
|
||||
Some(RequestInherentData(_, return_sender)) => {
|
||||
let _span = span.child("req-inherent-data");
|
||||
let _timer = self.metrics.time_request_inherent_data();
|
||||
|
||||
Reference in New Issue
Block a user