We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93bd235 commit 600ae68Copy full SHA for 600ae68
cardano-wasm/src-lib/Cardano/Wasm/Api/Info.hs
@@ -201,7 +201,8 @@ getEraCommentFor :: Maybe (Exp.Era era) -> String
201
getEraCommentFor era =
202
case era of
203
Just era' -> "(currently " ++ show (pretty era') ++ ")"
204
- Nothing -> "(currently unavailable)"
+ Nothing ->
205
+ "(currently unavailable, upcoming era will only be available during late development and testing phases)"
206
207
-- | Provides metadata about the "virtual objects" and their methods.
208
-- This is intended to help generate JavaScript wrappers.
0 commit comments