diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-01-27 14:51:28 +0000 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-01-29 04:12:57 +0000 |
commit | 9d2f95bb58f856aaf9142426e90e5783c98af8f1 (patch) | |
tree | 9453d5cbed1ae2165e6c8f0824ded00d2372e7bd /hsm-dummy-pulser/Main.hs | |
parent | 9310ba7e17f97c4570dce33552b3605155ca5c0c (diff) |
Makes doc-comments cleaner/more elegant
Diffstat (limited to 'hsm-dummy-pulser/Main.hs')
-rw-r--r-- | hsm-dummy-pulser/Main.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hsm-dummy-pulser/Main.hs b/hsm-dummy-pulser/Main.hs index 3e2a7ae..fc4712c 100644 --- a/hsm-dummy-pulser/Main.hs +++ b/hsm-dummy-pulser/Main.hs @@ -42,8 +42,8 @@ stateRun = Nothing [(LogAttention, "Sent " <> pack (show env.pulses) <> " pulses")] --- Dummy pulser service: --- Proof of concept. Publishes a "pulse" through ZMQ at a set interval. +-- Dummy Pulser Service: A proof of concept that publishes a "pulse" message +-- via ZMQ at a set interval. main :: IO () main = launch @Env "dummy-pulser" withoutInputEcho $ \env logger level -> |