Skip to content

Commit 263c7d2

Browse files
author
gege251
committed
Lint fix
1 parent 06335e2 commit 263c7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BotPlutusInterface/Contract.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ awaitSlot contractEnv (Slot n) = do
229229
waitNSlots' refSlot = do
230230
threadDelay @w 10_000_000
231231
tip' <- CardanoCLI.queryTip @w contractEnv.cePABConfig
232-
if (tip'.slot < n)
232+
if tip'.slot < n
233233
then waitNSlots' refSlot
234234
else pure $ Slot tip'.slot
235235

0 commit comments

Comments
 (0)