From d09cf6d04ccb6233981f273cd88e0b8ffe074d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elisi=C3=A1rio=20Couto?= Date: Sun, 14 Sep 2025 20:31:06 +0100 Subject: [PATCH] fix(config): Fix example config file. --- config.example.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.example.toml b/config.example.toml index 26926a3..c7683a3 100644 --- a/config.example.toml +++ b/config.example.toml @@ -20,8 +20,8 @@ enabled = true # Optional: Telegram notifications [notifications.telegram] -token = "your-bot-token" -chat_id = 12345 +api-key = "your-bot-token" +chat-id = 12345 enabled = true # Optional: Transaction filters for notifications