chore: Header::seal and Header::seal_slow distinction (#1409)

This commit is contained in:
Roman Krasiuk
2023-02-16 18:55:58 +02:00
committed by GitHub
parent 9dae54a3ed
commit 9b81b4f20d
16 changed files with 65 additions and 79 deletions

View File

@ -179,7 +179,7 @@ impl Command {
)
}
let header = response.into_iter().next().unwrap().seal();
let header = response.into_iter().next().unwrap().seal_slow();
let valid = match id {
BlockHashOrNumber::Hash(hash) => header.hash() == hash,