diff --git a/lib/core/src/Cardano/Wallet/Api/Server.hs b/lib/core/src/Cardano/Wallet/Api/Server.hs index 5b7e3a9188d..3a24eb05d97 100644 --- a/lib/core/src/Cardano/Wallet/Api/Server.hs +++ b/lib/core/src/Cardano/Wallet/Api/Server.hs @@ -1997,8 +1997,10 @@ showT = T.pack . show instance LiftHandler ErrCurrentEpoch where handler = \case ErrUnableToDetermineCurrentEpoch -> - apiError err500 UnableToDetermineCurrentEpoch - "I'm unable to determine the current epoch." + apiError err500 UnableToDetermineCurrentEpoch $ mconcat + [ "I'm unable to determine the current epoch. " + , "Please wait a while for the node to sync and try again." + ] instance LiftHandler ErrUnexpectedPoolIdPlaceholder where handler = \case