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 dc328d8 commit 8fe4ed0Copy full SHA for 8fe4ed0
src/BotPlutusInterface/Files.hs
@@ -184,9 +184,9 @@ readPrivateKeys pabConf = do
184
( \filename ->
185
let fullPath = Text.unpack pabConf.pcSigningKeyFileDir </> filename
186
in case takeExtension filename of
187
- ".vkey" -> Just <$> readVerificationKey @w fullPath
188
- ".skey" -> Just <$> readSigningKey @w fullPath
189
- _ -> pure Nothing
+ ".vkey" -> Just <$> readVerificationKey @w fullPath
+ ".skey" -> Just <$> readSigningKey @w fullPath
+ _ -> pure Nothing
190
)
191
files
192
0 commit comments