From b72d85a1ce51cbb7930c50c8ffd530e401d76657 Mon Sep 17 00:00:00 2001
From: Hugo Trentesaux <hugo@trentesaux.fr>
Date: Tue, 14 Jan 2025 19:54:14 +0100
Subject: [PATCH] remove comment

(used at line 1236)

(cherry picked from commit a6e8ba19a402903103451ab69fe13d202174e09f)
---
 node/src/chain_spec/gen_genesis_data.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/node/src/chain_spec/gen_genesis_data.rs b/node/src/chain_spec/gen_genesis_data.rs
index a7c338ac6..672dcc8f7 100644
--- a/node/src/chain_spec/gen_genesis_data.rs
+++ b/node/src/chain_spec/gen_genesis_data.rs
@@ -188,7 +188,7 @@ struct IdentityV1 {
     /// whether the identity is revoked (manually or automatically)
     revoked: bool,
     /// timestamp at which the next cert can be emitted
-    next_cert_issuable_on: TimestampV1, // TODO: unused?
+    next_cert_issuable_on: TimestampV1,
     /// balance of the account of this identity
     balance: u64,
     /// certs received with their expiration timestamp
-- 
GitLab