add berlin hf enum
This commit is contained in:
parent
ed3b753276
commit
648cc77f80
|
@ -18,7 +18,8 @@ type
|
|||
Constantinople,
|
||||
Petersburg,
|
||||
Istanbul,
|
||||
MuirGlacier
|
||||
MuirGlacier,
|
||||
Berlin
|
||||
|
||||
Chain* = ref object of AbstractChainDB
|
||||
db: BaseChainDB
|
||||
|
|
|
@ -17,3 +17,4 @@ type
|
|||
FkConstantinople = "constantinople"
|
||||
FkPetersburg = "petersburg"
|
||||
FkIstanbul = "istanbul"
|
||||
FkBerlin = "berlin"
|
||||
|
|
Loading…
Reference in New Issue