add berlin hf enum

This commit is contained in:
jangko 2020-11-19 10:58:37 +07:00
parent ed3b753276
commit 648cc77f80
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
2 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,8 @@ type
Constantinople,
Petersburg,
Istanbul,
MuirGlacier
MuirGlacier,
Berlin
Chain* = ref object of AbstractChainDB
db: BaseChainDB

View File

@ -17,3 +17,4 @@ type
FkConstantinople = "constantinople"
FkPetersburg = "petersburg"
FkIstanbul = "istanbul"
FkBerlin = "berlin"