Full names for `$`(fork)

This commit is contained in:
coffeepots 2018-09-17 18:38:10 +01:00
parent cdfcda41b4
commit 949d4c11f8
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ proc `$`*(fork: Fork): string =
of FkThawing: result = "Thawing"
of FkHomestead: result = "Homestead"
of FkDao: result = "Dao"
of FkTangerine: result = "Tangerine"
of FkSpurious: result = "Spurious"
of FkTangerine: result = "Tangerine Whistle"
of FkSpurious: result = "Spurious Dragon"
of FkByzantium: result = "Byzantium"
else: result = "UNKNOWN FORK"