chore: Fix typo in example file
Telegram channel name needs an @ and it needs to be escaped in YAML. Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
b923db5b3c
commit
6445f3f292
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ pools:
|
|||
min-block-reward: 1.79
|
||||
telegram:
|
||||
chat-id: 000000000
|
||||
channel-name: @MyTelegramChannel
|
||||
channel-name: '@MyTelegramChannel'
|
||||
token: 0000000000000000000000000000000000000000000000
|
||||
#notifications:
|
||||
# balance:
|
||||
|
|
Reference in a new issue