Skip to content

Commit 3736927

Browse files
committed
delete_me: test
1 parent 1d4c5fb commit 3736927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cl-zmq/cl-zmq.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
###############################################################################
1616
# ZeroMQ publishing plugin for lightningd
1717
#
18-
# Using Twisted and txZMQ frameworks, this plugin binds to ZeroMQ endpoints and
18+
# Using Twisted and txZMQ frameworks, this plugin binds to ZeroMQ endpoints and
1919
# publishes notification of all possible subscriptions that have been opted-in
2020
# for via lightningd launch parameter.
2121
#
@@ -226,7 +226,7 @@ def on_notification(notification_type_name, plugin, *args, **kwargs):
226226
plugin.add_option(endpoint_opt, None, endpoint_desc, opt_type="string")
227227
# high water mark option
228228
hwm_opt = nt.hwm_option()
229-
hwm_desc = "Set publish {} info message high water mark " "(default: {})".format(
229+
hwm_desc = "Set publish {} info message high water mark (default: {})".format(
230230
nt, DEFAULT_HIGH_WATER_MARK
231231
)
232232
plugin.add_option(hwm_opt, DEFAULT_HIGH_WATER_MARK, hwm_desc, opt_type="int")

0 commit comments

Comments
 (0)