From a68fc7a4a711b743c833833dd812cbaab2c15e88 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Wed, 28 Nov 2018 18:39:10 +0100 Subject: [PATCH] [mod] fix typo. --- silkaj/wot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/silkaj/wot.py b/silkaj/wot.py index 48547f0f..83281abb 100644 --- a/silkaj/wot.py +++ b/silkaj/wot.py @@ -86,7 +86,7 @@ def membership_status(certifications, certs, pubkey, req): params = BlockchainParams().params if len(certifications["received"]) >= params["sigQty"]: print( - "Membership expiration due to certifications expirations: " + "Membership expiration due to certification expirations: " + certifications["received_expire"][ len(certifications["received"]) - params["sigQty"] ] -- GitLab