Install CA certificates in relay images (#880)

* update CA certificates in relay images

* clippy

* clippy

* clippy
This commit is contained in:
Svyatoslav Nikolsky
2021-04-09 15:00:05 +03:00
committed by Bastian Köcher
parent 81d4eb9ea6
commit d4489a0a92
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -628,5 +628,5 @@ fn print_sync_progress<P: HeadersSyncPipeline>(
now_best_header.map(|id| id.0),
now_target_header,
);
(now_time, now_best_header.clone().map(|id| id.0), *now_target_header)
(now_time, (*now_best_header).map(|id| id.0), *now_target_header)
}