heze boilerplate

This commit is contained in:
Eitan Seri-Levi
2026-04-27 12:51:16 +02:00
parent fae7941b2d
commit a9a9ccfad0
70 changed files with 2643 additions and 177 deletions

View File

@@ -554,7 +554,7 @@ fn methods_required_for_fork(
missing_methods.push(ENGINE_NEW_PAYLOAD_V4);
}
}
ForkName::Gloas => {
ForkName::Gloas | ForkName::Heze => {
if !capabilities.get_payload_v6 {
missing_methods.push(ENGINE_GET_PAYLOAD_V6);
}