diff --git a/silkaj/wot.py b/silkaj/wot.py index 48547f0f56d4ad5d6b611c735cccf8221b58bb6b..83281abb6b4a1f6eb129d2131859b5c7d3bf7b21 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"] ]