From ca1e6825605c66c766ad3bda81d2f3333df68ba2 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Sun, 24 May 2020 12:11:43 +0200
Subject: [PATCH] [enh] tx: Add small option for the comment

---
 silkaj/tx.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/silkaj/tx.py b/silkaj/tx.py
index ecc783b9..5f6c8460 100644
--- a/silkaj/tx.py
+++ b/silkaj/tx.py
@@ -81,7 +81,7 @@ Sending to many recipients is possible:\n\
 * With one amount, all will receive the amount\n\
 * With many amounts (one per recipient)",
 )
-@option("--comment", default="", help="Comment")
+@option("--comment", "-c", default="", help="Comment")
 @option(
     "--outputBackChange",
     help="Pubkey recipient to send the rest of the transaction: <pubkey[!checksum]>",
-- 
GitLab