mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-01 08:45:38 -05:00
Fix merge conflict
This commit is contained in:
@@ -5,7 +5,7 @@ from .constants import (
|
||||
|
||||
def is_post_fork(a, b):
|
||||
if a == EIP4844:
|
||||
return b in [PHASE0, ALTAIR, BELLATRIX, EIP4844]
|
||||
return b in [PHASE0, ALTAIR, BELLATRIX, CAPELLA, EIP4844]
|
||||
if a == CAPELLA:
|
||||
return b in [PHASE0, ALTAIR, BELLATRIX, CAPELLA]
|
||||
if a == BELLATRIX:
|
||||
|
||||
Reference in New Issue
Block a user