mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 05:38:00 +00:00
PVF: fix detection of unshare-and-change-root security capability (#2304)
This commit is contained in:
@@ -150,7 +150,7 @@ async fn run<Context>(
|
||||
),
|
||||
pvf_metrics,
|
||||
)
|
||||
.await;
|
||||
.await?;
|
||||
ctx.spawn_blocking("pvf-validation-host", task.boxed())?;
|
||||
|
||||
loop {
|
||||
|
||||
Reference in New Issue
Block a user