Fulu ASCII art (#8151)

Co-Authored-By: Eitan Seri- Levi <eserilev@gmail.com>
This commit is contained in:
Eitan Seri-Levi
2025-10-07 07:32:35 -07:00
committed by GitHub
parent ff8b514b3f
commit 4eb89604f8
2 changed files with 41 additions and 0 deletions

View File

@@ -840,6 +840,7 @@ impl<T: BeaconChainTypes> NetworkService<T> {
new_fork = ?new_fork_name,
"Transitioned to new fork"
);
new_fork_name.fork_ascii();
}
fork_context.update_current_fork(*new_fork_name, new_fork_digest, current_epoch);