feat: reth drop-stage merkle (#1941)

This commit is contained in:
Georgios Konstantopoulos
2023-03-23 14:12:50 -07:00
committed by GitHub
parent d580b5a185
commit 1ce021f250
3 changed files with 14 additions and 0 deletions

View File

@ -29,4 +29,5 @@ enum StageEnum {
Bodies,
Senders,
Execution,
Merkle,
}