Skip to content

Commit 600ae68

Browse files
committed
Elaborate when are upcoming eras not available
1 parent 93bd235 commit 600ae68

File tree

1 file changed

+2
-1
lines changed
  • cardano-wasm/src-lib/Cardano/Wasm/Api

1 file changed

+2
-1
lines changed

cardano-wasm/src-lib/Cardano/Wasm/Api/Info.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ getEraCommentFor :: Maybe (Exp.Era era) -> String
201201
getEraCommentFor era =
202202
case era of
203203
Just era' -> "(currently " ++ show (pretty era') ++ ")"
204-
Nothing -> "(currently unavailable)"
204+
Nothing ->
205+
"(currently unavailable, upcoming era will only be available during late development and testing phases)"
205206

206207
-- | Provides metadata about the "virtual objects" and their methods.
207208
-- This is intended to help generate JavaScript wrappers.

0 commit comments

Comments
 (0)