Skip to content

Commit f08e759

Browse files
3nprobroshii
authored andcommitted
chore: Leading space for config comment
Co-authored-by: roshii <6266997+roshii@users.noreply.github.com>
1 parent 7592b26 commit f08e759

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/PAYJOIN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ tor_control_port = 9051
219219
# by default, the tor control connection used cookie auth, which assumes
220220
# the tor node to be running on a shared filesystem.
221221
# to authenticate to the tor control port using HashedControlPassword instead:
222-
#tor_control_password=xxx
222+
# tor_control_password=xxx
223223
224224
# the host/port actually serving the hidden service
225225
# (note the *virtual port*, that the client uses,

docs/onion-message-channels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tor_control_port = 9051
4949
# by default, the tor control connection used cookie auth, which assumes
5050
# the tor node to be running on a shared filesystem.
5151
# to authenticate to the tor control port using HashedControlPassword instead:
52-
#tor_control_password=xxx
52+
# tor_control_password=xxx
5353

5454
# the host/port actually serving the hidden service
5555
# (note the *virtual port*, that the client uses,

src/jmclient/configure.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def jm_single() -> AttributeDict:
161161
# by default, the tor control connection used cookie auth, which assumes
162162
# the tor node to be running on a shared filesystem.
163163
# to authenticate to the tor control port using HashedControlPassword instead:
164-
#tor_control_password=xxx
164+
# tor_control_password=xxx
165165
166166
# the host/port actually serving the hidden service
167167
# (note the *virtual port*, that the client uses,
@@ -457,7 +457,7 @@ def jm_single() -> AttributeDict:
457457
# by default, the tor control connection used cookie auth, which assumes
458458
# the tor node to be running on a shared filesystem.
459459
# to authenticate to the tor control port using HashedControlPassword instead:
460-
#tor_control_password=xxx
460+
# tor_control_password=xxx
461461
462462
# the host/port actually serving the hidden service
463463
# (note the *virtual port*, that the client uses,

0 commit comments

Comments
 (0)