diff --git a/fluffy/eth_data/yaml_utils.nim b/fluffy/eth_data/yaml_utils.nim index 0636774d4..f2f2ca9f3 100644 --- a/fluffy/eth_data/yaml_utils.nim +++ b/fluffy/eth_data/yaml_utils.nim @@ -9,7 +9,10 @@ import std/streams, yaml, results, yaml/parser, yaml/presenter -export yaml +# `except error` is Nim v2.0.10 workaround to avoid ambiguity with +# chronicles.error. If Nim version later than v2.0.10 fix this, it +# can be removed. +export yaml except error type YamlPortalContent* = object content_key*: string