mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
Install CA certificates in relay images (#880)
* update CA certificates in relay images * clippy * clippy * clippy
This commit is contained in:
committed by
Bastian Köcher
parent
81d4eb9ea6
commit
d4489a0a92
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user