From b9ef94e09ec733dcfdc5ad9b4561c1e9d7b039a1 Mon Sep 17 00:00:00 2001 From: matograine <tom.ngr@zaclys.net> Date: Mon, 8 Mar 2021 21:20:08 +0100 Subject: [PATCH] [mod] #309 change legend for certifications on wot command --- silkaj/wot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/silkaj/wot.py b/silkaj/wot.py index fcf98a8c..c30210af 100644 --- a/silkaj/wot.py +++ b/silkaj/wot.py @@ -100,7 +100,7 @@ async def received_sent_certifications(uid_pubkey): tablefmt="orgtbl", stralign="center", ), - "✔: Certifications written into the blockchain", + "✔: Certification available to be written or already written into the blockchain", ) ) await membership_status(certifications, pubkey, req) -- GitLab