mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: Header::seal and Header::seal_slow distinction (#1409)
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user